QTfrontend/ui_hwform.cpp
changeset 1800 f1df2eb32a16
parent 1644 1e51e80c383c
child 1884 40e59e9f82ce
--- 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);
 }