QTfrontend/chatwidget.h
changeset 5094 9c3553254100
parent 4976 088d40d8aba2
child 5259 926958e3e87b
--- 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;