--- 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);
}