QTfrontend/chatwidget.h
changeset 5094 9c3553254100
parent 4976 088d40d8aba2
child 5259 926958e3e87b
equal deleted inserted replaced
5093:7eb35faa7f7a 5094:9c3553254100
    32 class QTextBrowser;
    32 class QTextBrowser;
    33 class QLineEdit;
    33 class QLineEdit;
    34 class QListWidget;
    34 class QListWidget;
    35 class QSettings;
    35 class QSettings;
    36 class SDLInteraction;
    36 class SDLInteraction;
       
    37 class QLabel;
    37 
    38 
    38 // this class is for custom nick sorting
    39 // this class is for custom nick sorting
    39 class ListWidgetNickItem : public QListWidgetItem
    40 class ListWidgetNickItem : public QListWidgetItem
    40 {
    41 {
    41 public:
    42 public:
    99   QAction * acBan;
   100   QAction * acBan;
   100   QAction * acFollow;
   101   QAction * acFollow;
   101   QAction * acIgnore;
   102   QAction * acIgnore;
   102   QAction * acFriend;
   103   QAction * acFriend;
   103   QSettings * gameSettings;
   104   QSettings * gameSettings;
       
   105   QLabel * lblCount;
   104   SDLInteraction * sdli;
   106   SDLInteraction * sdli;
   105   Mix_Chunk *sound[4];
   107   Mix_Chunk *sound[4];
   106   bool notify;
   108   bool notify;
   107   bool showReady;
   109   bool showReady;
   108 
   110