--- a/QTfrontend/chatwidget.h Tue Feb 01 00:24:28 2011 +0100
+++ b/QTfrontend/chatwidget.h Tue Feb 01 06:06:38 2011 +0100
@@ -59,6 +59,7 @@
void saveLists(const QString & nick);
void setShowReady(bool s);
void setShowFollow(bool enabled);
+ static const char* STYLE;
private:
void loadList(QStringList & list, const QString & file);
@@ -68,6 +69,7 @@
public slots:
void onChatString(const QString& str);
+ void onChatString(const QString& nick, const QString& str);
void onServerMessage(const QString& str);
void nickAdded(const QString& nick, bool notifyNick);
void nickRemoved(const QString& nick);
@@ -111,6 +113,7 @@
void onFriend();
void chatNickDoubleClicked(QListWidgetItem * item);
void chatNickSelected(int index);
+ void linkClicked(const QUrl & link);
};
#endif // _CHAT_WIDGET_INCLUDED