diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-06 04:16:24 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-06 04:16:24 -0500 |
commit | 75044dd48af51f848e49f6705ec6e9423571dd8c (patch) | |
tree | a973bc28051a6706dc6e28f807538bc3e8f3488c /src/realmwizard.h | |
parent | bf4dbda9682241deffb3ec704e2597a12496d2a8 (diff) | |
download | kcmldapcontroller-75044dd48af51f848e49f6705ec6e9423571dd8c.tar.gz kcmldapcontroller-75044dd48af51f848e49f6705ec6e9423571dd8c.zip |
Add ssl generation and storage
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. |