summaryrefslogtreecommitdiffstats
path: root/src/realmwizard.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-01 02:39:31 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-01 02:39:31 -0500
commit28941371305de0bdbcc43e30d8c404953d047591 (patch)
tree4b6bb2ca8cce0b096c7156ef731241c27335c1ef /src/realmwizard.h
parent46d1d860d1ae8c455f19b4fd125eba4e0268022a (diff)
downloadkcmldapcontroller-28941371305de0bdbcc43e30d8c404953d047591.tar.gz
kcmldapcontroller-28941371305de0bdbcc43e30d8c404953d047591.zip
Additional GUI work, now ready for deployment process
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.