summaryrefslogtreecommitdiffstats
path: root/src/realmwizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/realmwizard.h')
-rw-r--r--src/realmwizard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/realmwizard.h b/src/realmwizard.h
index 35624e7..f913a02 100644
--- a/src/realmwizard.h
+++ b/src/realmwizard.h
@@ -34,6 +34,7 @@
class KLanguageCombo;
class RealmIntroPage;
class RealmConfigPage;
+class CertConfigPage;
class RealmFinishPage;
/** RealmWizard is the base class of the project */
@@ -69,6 +70,7 @@ private:
private:
RealmIntroPage* intropage;
RealmConfigPage* realmpage;
+ CertConfigPage* certpage;
RealmFinishPage* finishpage;
bool realm_dirty;
LDAPController* m_controller;