summaryrefslogtreecommitdiff
path: root/networkingpage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'networkingpage.cc')
-rw-r--r--networkingpage.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkingpage.cc b/networkingpage.cc
index 9d33cc8..cc3aeb3 100644
--- a/networkingpage.cc
+++ b/networkingpage.cc
@@ -1,6 +1,6 @@
#include "networkingpage.hh"
-NetworkingPage::NetworkingPage(QWidget *parent) : QWizardPage(parent)
+NetworkingPage::NetworkingPage(QWidget *parent) : HorizonWizardPage(parent)
{
setTitle(tr("Network Setup"));
}