X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtopia%2Fchatwidget.h;h=052adc4656d1d06e78d6fdb89b267f072510cafd;hp=a85f26351989505a443eadcaf94bc92cc5587c29;hb=d298e7275374e2da41b0ed9ef1080464a77c8cf1;hpb=e9f87d7542d4a9fe0e9c63dec96e93d270667ecd 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 &);