X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtopia%2Fchatline.cpp;h=a380314a76fb64ffe3d496de8bf86716510aaef6;hb=08792d799bcff809f96ca0c04c9f9eadd119dc31;hp=68d0cdaaace134f9bd25b3e2d677ea29f3c33d44;hpb=d6b056e936ec441258d291b7a8af7b83f9f53016;p=quassel.git diff --git a/src/qtopia/chatline.cpp b/src/qtopia/chatline.cpp index 68d0cdaa..a380314a 100644 --- a/src/qtopia/chatline.cpp +++ b/src/qtopia/chatline.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-07 by the Quassel IRC Team * + * Copyright (C) 2005-08 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -29,7 +29,7 @@ ChatLine::ChatLine(Message msg) { _styledText = QtopiaUi::style()->styleString(msg.formattedText()); _timestamp = msg.timestamp(); _msgId = msg.msgId(); - _bufferInfo = msg.buffer(); + _bufferInfo = msg.bufferInfo(); }