diff -r 2b6b6809c2e4 -r ee4b28a1861d QTfrontend/newnetclient.h --- a/QTfrontend/newnetclient.h Fri Oct 24 12:57:06 2008 +0000 +++ b/QTfrontend/newnetclient.h Fri Oct 24 13:00:53 2008 +0000 @@ -111,6 +111,8 @@ void roomsList(const QStringList&); void serverMessage(const QString &); + void setReadyStatus(const QString & nick, bool isReady); + public slots: void ToggleReady(); void chatLineToNet(const QString& str);