X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtopia%2Fchatline.h;h=a25a056d2d23b1ada27d0663e36d14ea37018eeb;hb=9b63f3ec74f5e2b94e223f0e9b6dc3292787375f;hp=61865c46add88c1d04067d10fc7250cb4a939f97;hpb=d079afedcfa1357afef4a20faf208588b4e97269;p=quassel.git diff --git a/src/qtopia/chatline.h b/src/qtopia/chatline.h index 61865c46..a25a056d 100644 --- a/src/qtopia/chatline.h +++ b/src/qtopia/chatline.h @@ -34,9 +34,8 @@ 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 styledText() const; private: QString _sender, _text, _htmlSender, _htmlText, _htmlTimestamp;