diff -r 2b5625c4ec16 -r 935b7d618cf0 QTfrontend/chatwidget.h --- a/QTfrontend/chatwidget.h Sun Jan 24 13:37:03 2010 +0000 +++ b/QTfrontend/chatwidget.h Sun Jan 24 13:38:14 2010 +0000 @@ -20,6 +20,7 @@ #define _CHAT_WIDGET_INCLUDED #include +#include #include #include @@ -48,6 +49,7 @@ void kick(const QString & str); void ban(const QString & str); void info(const QString & str); + void follow(const QString &); private: QGridLayout mainLayout; @@ -58,12 +60,15 @@ QAction * acInfo; QAction * acKick; QAction * acBan; + QAction * acFollow; private slots: void returnPressed(); void onBan(); void onKick(); void onInfo(); + void onFollow(); + void chatNickDoubleClicked(QListWidgetItem * item); }; #endif // _CHAT_WIDGET_INCLUDED