diff -r 4616e15d566f -r 49beb1221c0b QTfrontend/ui_hwform.cpp --- a/QTfrontend/ui_hwform.cpp Mon Oct 06 19:01:59 2008 +0000 +++ b/QTfrontend/ui_hwform.cpp Tue Oct 07 12:37:06 2008 +0000 @@ -95,4 +95,7 @@ pageInGame = new PageInGame(); Pages->addWidget(pageInGame); + + pageRoomsList = new PageRoomsList(); + Pages->addWidget(pageRoomsList); }