diff -r 7eb35faa7f7a -r 9c3553254100 QTfrontend/chatwidget.h --- a/QTfrontend/chatwidget.h Sun Apr 03 16:31:48 2011 +0400 +++ b/QTfrontend/chatwidget.h Sun Apr 03 19:26:53 2011 +0400 @@ -34,6 +34,7 @@ class QListWidget; class QSettings; class SDLInteraction; +class QLabel; // this class is for custom nick sorting class ListWidgetNickItem : public QListWidgetItem @@ -101,6 +102,7 @@ QAction * acIgnore; QAction * acFriend; QSettings * gameSettings; + QLabel * lblCount; SDLInteraction * sdli; Mix_Chunk *sound[4]; bool notify;