summaryrefslogtreecommitdiffstats
path: root/src/realmwizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/realmwizard.h')
-rw-r--r--src/realmwizard.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/realmwizard.h b/src/realmwizard.h
index 111019f..35624e7 100644
--- a/src/realmwizard.h
+++ b/src/realmwizard.h
@@ -41,7 +41,7 @@ class RealmWizard : public KWizard {
Q_OBJECT
public:
/** construtor */
- RealmWizard(LDAPController* controller, TQWidget* parent=0, const char *name=0);
+ RealmWizard(LDAPController* controller, TQString fqdn, TQWidget* parent=0, const char *name=0);
/** destructor */
~RealmWizard();
@@ -72,6 +72,8 @@ private:
RealmFinishPage* finishpage;
bool realm_dirty;
LDAPController* m_controller;
+ LDAPRealmConfig m_realmconfig;
+ TQString m_fqdn;
protected: // Protected methods
// the close button on the titlebar sets e->accept() which we don't want.