FIRST QuasselTopia version that actually has a chatwidget that _looks_ like
[quassel.git] / src / qtopia / chatline.h
index 61865c4..a25a056 100644 (file)
@@ -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;