Quassel now handles even huge ChatScenes without slowing to a crawl.
[quassel.git] / src / qtopia / chatline.h
index 34cce28..bdaf7d4 100644 (file)
@@ -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  *
@@ -35,11 +35,11 @@ class ChatLine : public AbstractUiMsg {
     QDateTime timestamp() const;
 
     UiStyle::StyledText styledSender() const;
-    UiStyle::StyledText styledText() 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;