Ok this is the major rework of quassel we've all been waiting for. For the actual...
[quassel.git] / src / qtopia / chatline.cpp
index 28ce89d..c1e9956 100644 (file)
@@ -39,8 +39,8 @@ MsgId ChatLine::msgId() const {
   return _msgId;
 }
 
-BufferId ChatLine::bufferId() const {
-  return _bufferId;
+BufferInfo ChatLine::bufferInfo() const {
+  return _bufferInfo;
 }
 
 QDateTime ChatLine::timeStamp() const {