diff -r b945f4174d00 -r f1df2eb32a16 QTfrontend/ui_hwform.cpp --- a/QTfrontend/ui_hwform.cpp Sun Feb 15 17:48:05 2009 +0000 +++ b/QTfrontend/ui_hwform.cpp Sun Feb 15 20:29:52 2009 +0000 @@ -100,4 +100,7 @@ pageRoomsList = new PageRoomsList(); Pages->addWidget(pageRoomsList); + + pageConnecting = new PageConnecting(); + Pages->addWidget(pageConnecting); }