diff options
author | Timothy Pearson <[email protected]> | 2012-05-18 16:42:15 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-05-18 16:42:15 -0500 |
commit | 9dfe67333622690d2b80714ed19adcf29d10b030 (patch) | |
tree | 025b70be9447606b31a055b5084e6245334cb6dc /src/bondrealmpage.h | |
parent | 37acc91cacd3f5c85e3254fcfd5794fcdcbadc27 (diff) | |
download | kcmldap-9dfe67333622690d2b80714ed19adcf29d10b030.tar.gz kcmldap-9dfe67333622690d2b80714ed19adcf29d10b030.zip |
Add realm properties editor
Diffstat (limited to 'src/bondrealmpage.h')
-rw-r--r-- | src/bondrealmpage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bondrealmpage.h b/src/bondrealmpage.h index 5117d7e..a73e166 100644 --- a/src/bondrealmpage.h +++ b/src/bondrealmpage.h @@ -27,6 +27,7 @@ class TQStringList; class KWizard; +class KDialogBase; /**Abstract class for the first wizard page. Sets the according selection on save() *@author Timothy Pearson @@ -44,6 +45,7 @@ public slots: private: KWizard* m_parentWizard; + KDialogBase* m_parentDialog; }; #endif |