summaryrefslogtreecommitdiffstats
path: root/src/ldapcontroller.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-05-31 01:54:43 -0500
committerTimothy Pearson <[email protected]>2012-05-31 01:54:43 -0500
commit9ce051cdff3caa7d3c584d3e2934258f5195014a (patch)
tree193208eb5455bd67f4c6db80eec31979e2e2a46e /src/ldapcontroller.h
parent9ee346b2bbd681f09e877c16a12689cf395e94bc (diff)
downloadkcmldapcontroller-9ce051cdff3caa7d3c584d3e2934258f5195014a.tar.gz
kcmldapcontroller-9ce051cdff3caa7d3c584d3e2934258f5195014a.zip
Now compiles and installs, ready for development
Diffstat (limited to 'src/ldapcontroller.h')
-rw-r--r--src/ldapcontroller.h9
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_