diff options
Diffstat (limited to 'src/realmwizard.h')
-rw-r--r-- | src/realmwizard.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/realmwizard.h b/src/realmwizard.h index f913a02..34de72b 100644 --- a/src/realmwizard.h +++ b/src/realmwizard.h @@ -42,7 +42,7 @@ class RealmWizard : public KWizard { Q_OBJECT public: /** construtor */ - RealmWizard(LDAPController* controller, TQString fqdn, TQWidget* parent=0, const char *name=0); + RealmWizard(LDAPController* controller, TQString fqdn, LDAPCertConfig certinfo, TQWidget* parent=0, const char *name=0); /** destructor */ ~RealmWizard(); @@ -76,6 +76,7 @@ private: LDAPController* m_controller; LDAPRealmConfig m_realmconfig; TQString m_fqdn; + LDAPCertConfig m_certconfig; protected: // Protected methods // the close button on the titlebar sets e->accept() which we don't want. |