summaryrefslogtreecommitdiffstats
path: root/src/realmwizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/realmwizard.h')
-rw-r--r--src/realmwizard.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/realmwizard.h b/src/realmwizard.h
index 3c0727f..111019f 100644
--- a/src/realmwizard.h
+++ b/src/realmwizard.h
@@ -28,6 +28,8 @@
#include <kapplication.h>
#include <kwizard.h>
+#include "ldapcontroller.h"
+
/** prototypes */
class KLanguageCombo;
class RealmIntroPage;
@@ -39,7 +41,7 @@ class RealmWizard : public KWizard {
Q_OBJECT
public:
/** construtor */
- RealmWizard(TQWidget* parent=0, const char *name=0);
+ RealmWizard(LDAPController* controller, TQWidget* parent=0, const char *name=0);
/** destructor */
~RealmWizard();
@@ -69,6 +71,7 @@ private:
RealmConfigPage* realmpage;
RealmFinishPage* finishpage;
bool realm_dirty;
+ LDAPController* m_controller;
protected: // Protected methods
// the close button on the titlebar sets e->accept() which we don't want.