X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtopia%2Fchatwidget.h;h=052adc4656d1d06e78d6fdb89b267f072510cafd;hb=f66bc9ecb5ebde376da256035db425d7dc0c74d0;hp=a85f26351989505a443eadcaf94bc92cc5587c29;hpb=8699dd758516d0ded076811e8ea656adc95e69d0;p=quassel.git diff --git a/src/qtopia/chatwidget.h b/src/qtopia/chatwidget.h index a85f2635..052adc46 100644 --- a/src/qtopia/chatwidget.h +++ b/src/qtopia/chatwidget.h @@ -33,16 +33,16 @@ class ChatWidget : public QTextEdit { ChatWidget(QWidget *parent = 0); public slots: - void setContents(QList); + void setContents(QList); void appendMsg(AbstractUiMsg *); void prependMsg(AbstractUiMsg *); - void prependChatLine(ChatLine *); - void appendChatLine(ChatLine *); - void prependChatLines(QList); - void appendChatLines(QList); + void prependChatLine(ChatLineOld *); + void appendChatLine(ChatLineOld *); + void prependChatLines(QList); + void appendChatLines(QList); private: - void insertChatLine(ChatLine *); + void insertChatLine(ChatLineOld *); void insertStyledText(const QtopiaUiStyle::StyledText &);