diff -r bf6d4bc531d2 -r 67278f1cba2c QTfrontend/chatwidget.h --- a/QTfrontend/chatwidget.h Tue Jun 21 16:43:05 2011 +0400 +++ b/QTfrontend/chatwidget.h Thu Jun 23 21:19:43 2011 +0400 @@ -34,7 +34,6 @@ class QListWidget; class QSettings; class SDLInteraction; -class QLabel; // this class is for custom nick sorting class ListWidgetNickItem : public QListWidgetItem @@ -88,6 +87,7 @@ void ban(const QString & str); void info(const QString & str); void follow(const QString &); + void nickCountUpdate(int cnt); private: QGridLayout mainLayout; @@ -102,7 +102,6 @@ QAction * acIgnore; QAction * acFriend; QSettings * gameSettings; - QLabel * lblCount; SDLInteraction * sdli; Mix_Chunk *sound[4]; bool notify;