diff -r 62aa418ed214 -r 6fe3e922246e QTfrontend/ui/page/pagenetgame.h --- 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;