diff -r 62aa418ed214 -r 6fe3e922246e QTfrontend/ui_hwform.cpp --- a/QTfrontend/ui_hwform.cpp Fri Oct 21 04:11:26 2011 +0200 +++ b/QTfrontend/ui_hwform.cpp Fri Oct 21 07:00:49 2011 +0200 @@ -76,7 +76,7 @@ { Pages = new QStackedLayout(Parent); - pageEditTeam = new PageEditTeam(Parent, &HWForm->sdli); + pageEditTeam = new PageEditTeam(Parent); Pages->addWidget(pageEditTeam); pageOptions = new PageOptions(); @@ -91,7 +91,7 @@ pageNet = new PageNet(); Pages->addWidget(pageNet); - pageNetGame = new PageNetGame(Parent, HWForm->gameSettings, &HWForm->sdli); + pageNetGame = new PageNetGame(Parent, HWForm->gameSettings); Pages->addWidget(pageNetGame); pageInfo = new PageInfo(); @@ -118,7 +118,7 @@ pageInGame = new PageInGame(); Pages->addWidget(pageInGame); - pageRoomsList = new PageRoomsList(Parent, HWForm->gameSettings, &HWForm->sdli); + pageRoomsList = new PageRoomsList(Parent, HWForm->gameSettings); Pages->addWidget(pageRoomsList); pageConnecting = new PageConnecting();