diff -r 32465b4b4049 -r df1588234b96 QTfrontend/chatwidget.h --- a/QTfrontend/chatwidget.h Fri Jun 17 18:03:12 2011 +0200 +++ b/QTfrontend/chatwidget.h Mon Jun 20 20:43:11 2011 +0200 @@ -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;