diff options
author | Timothy Pearson <[email protected]> | 2012-05-31 01:54:43 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-05-31 01:54:43 -0500 |
commit | 9ce051cdff3caa7d3c584d3e2934258f5195014a (patch) | |
tree | 193208eb5455bd67f4c6db80eec31979e2e2a46e /src/ldapcontroller.h | |
parent | 9ee346b2bbd681f09e877c16a12689cf395e94bc (diff) | |
download | kcmldapcontroller-9ce051cdff3caa7d3c584d3e2934258f5195014a.tar.gz kcmldapcontroller-9ce051cdff3caa7d3c584d3e2934258f5195014a.zip |
Now compiles and installs, ready for development
Diffstat (limited to 'src/ldapcontroller.h')
-rw-r--r-- | src/ldapcontroller.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/ldapcontroller.h b/src/ldapcontroller.h index 9fdac57..9af7f42 100644 --- a/src/ldapcontroller.h +++ b/src/ldapcontroller.h @@ -30,7 +30,7 @@ #include <tqpushbutton.h> #include <tqcombobox.h> -#include "ldapconfigbase.h" +#include "ldapcontrollerconfigbase.h" class LDAPController: public KCModule { @@ -47,8 +47,15 @@ class LDAPController: public KCModule virtual TQString quickHelp() const; virtual const KAboutData *aboutData() const { return myAboutData; }; + private slots: + void systemRoleChanged(); + void processLockouts(); + private: KAboutData *myAboutData; + + LDAPControllerConfigBase *m_base; + KSimpleConfig *m_systemconfig; }; #endif // _LDAPCONTROLLER_H_ |