QTfrontend/ui/page/pagenetgame.h
changeset 8179 a1ffcb559f99
parent 7823 46f115569045
child 8377 869f80966a77
--- a/QTfrontend/ui/page/pagenetgame.h	Sun Dec 02 01:25:11 2012 +0400
+++ b/QTfrontend/ui/page/pagenetgame.h	Sun Dec 02 01:26:00 2012 +0400
@@ -32,7 +32,7 @@
         Q_OBJECT
 
     public:
-        PageNetGame(QWidget* parent, QSettings * gameSettings);
+        PageNetGame(QWidget* parent);
 
         /**
          * Sets the room name to display.
@@ -52,7 +52,7 @@
         QAction * restrictJoins;
         QAction * restrictTeamAdds;
 
-        HWChatWidget* pChatWidget;
+        HWChatWidget* chatWidget;
 
         TeamSelWidget* pNetTeamsWidget;
         GameCFGWidget* pGameCFG;
@@ -72,8 +72,6 @@
         QLayout * footerLayoutDefinition();
         void connectSignals();
 
-        QSettings * m_gameSettings;
-
         HistoryLineEdit * leRoomName;
         QPushButton * btnSetup;
 };