summaryrefslogtreecommitdiff
path: root/horizonwizard.cc
diff options
context:
space:
mode:
Diffstat (limited to 'horizonwizard.cc')
-rw-r--r--horizonwizard.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/horizonwizard.cc b/horizonwizard.cc
index 7ab4899..cf9a5aa 100644
--- a/horizonwizard.cc
+++ b/horizonwizard.cc
@@ -11,6 +11,7 @@
using Horizon::NetworkInterface;
#endif
#include "networkingpage.hh"
+#include "netsimplewifipage.hh"
#include "softwarepage.hh"
using std::map;
@@ -44,6 +45,7 @@ HorizonWizard::HorizonWizard(QWidget *parent) : QWizard(parent)
setPage(Page_Welcome, new WelcomePage);
setPage(Page_Networking, new NetworkingPage);
+ setPage(Page_Network_SimpleWireless, new NetworkSimpleWirelessPage);
setPage(Page_Software, new SoftwarePage);
QObject::connect(this, (void (QWizard:: *)(void))&QWizard::helpRequested,