QTfrontend/ui/page/pagenetgame.h
changeset 6165 6fe3e922246e
parent 6158 cf034cc88e39
child 6180 0992fc5a4ad9
--- a/QTfrontend/ui/page/pagenetgame.h	Fri Oct 21 04:11:26 2011 +0200
+++ b/QTfrontend/ui/page/pagenetgame.h	Fri Oct 21 07:00:49 2011 +0200
@@ -22,7 +22,6 @@
 #include "HistoryLineEdit.h"
 
 #include "AbstractPage.h"
-#include "SDLs.h"
 
 class HWChatWidget;
 class TeamSelWidget;
@@ -33,7 +32,7 @@
     Q_OBJECT
 
 public:
-    PageNetGame(QWidget* parent, QSettings * gameSettings, SDLInteraction * sdli);
+    PageNetGame(QWidget* parent, QSettings * gameSettings);
 
     /**
      * Sets the room name to display.
@@ -69,7 +68,6 @@
     void connectSignals();
 
     QSettings * m_gameSettings;
-    SDLInteraction * m_sdli;
 
     HistoryLineEdit * leRoomName;
     QPushButton * btnSetup;