QTfrontend/chatwidget.h
changeset 2779 e1ae0019d43f
parent 2777 95a1a69d491c
child 2845 19db164dd20d
equal deleted inserted replaced
2778:d106ea17b3f9 2779:e1ae0019d43f
    65   QAction * acKick;
    65   QAction * acKick;
    66   QAction * acBan;
    66   QAction * acBan;
    67   QAction * acFollow;
    67   QAction * acFollow;
    68   QSettings * gameSettings;
    68   QSettings * gameSettings;
    69   SDLInteraction * sdli;
    69   SDLInteraction * sdli;
    70   Mix_Chunk *sound;
    70   Mix_Chunk *sound[4];
    71   bool notify;
    71   bool notify;
    72 
    72 
    73  private slots:
    73  private slots:
    74   void returnPressed();
    74   void returnPressed();
    75   void onBan();
    75   void onBan();