X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtopia%2Fchatline.h;h=bdaf7d4185c74226d0d25491eb63f1dea7ce6c70;hb=0f206dd896485276cf25025e562c812b8c7fc5da;hp=61865c46add88c1d04067d10fc7250cb4a939f97;hpb=d079afedcfa1357afef4a20faf208588b4e97269;p=quassel.git diff --git a/src/qtopia/chatline.h b/src/qtopia/chatline.h index 61865c46..bdaf7d41 100644 --- a/src/qtopia/chatline.h +++ b/src/qtopia/chatline.h @@ -1,11 +1,11 @@ /*************************************************************************** - * Copyright (C) 2005-07 by The Quassel IRC Development 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 * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * + * (at your option) version 3. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * @@ -34,13 +34,12 @@ class ChatLine : public AbstractUiMsg { BufferInfo bufferInfo() const; QDateTime timestamp() const; - QString htmlSender() const; - QString htmlText() const; - QString htmlTimestamp() const; + UiStyle::StyledText styledSender() const; + UiStyle::StyledText styledContents() const; private: QString _sender, _text, _htmlSender, _htmlText, _htmlTimestamp; - UiStyle::StyledText _styledSender, _styledText; + UiStyle::StyledText _styledSender, _styledContents; MsgId _msgId; BufferInfo _bufferInfo; QDateTime _timestamp;