summaryrefslogtreecommitdiffstats
path: root/src/ldapcontroller.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-06-11 16:25:33 -0500
committerTimothy Pearson <[email protected]>2012-06-11 16:25:33 -0500
commitccfa240cc20f88ae2bbf3df9af625133b4aabcf7 (patch)
treed21e7e69b0aa2b99e2ba8e32924764ac33b845f1 /src/ldapcontroller.h
parente2d9b461c364c36b12c713b20658ab9444587d43 (diff)
downloadkcmldapcontroller-ccfa240cc20f88ae2bbf3df9af625133b4aabcf7.tar.gz
kcmldapcontroller-ccfa240cc20f88ae2bbf3df9af625133b4aabcf7.zip
Add skeleton for secondary realm controller and fix wizard
Diffstat (limited to 'src/ldapcontroller.h')
-rw-r--r--src/ldapcontroller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ldapcontroller.h b/src/ldapcontroller.h
index 9f5e504..6aed18d 100644
--- a/src/ldapcontroller.h
+++ b/src/ldapcontroller.h
@@ -61,6 +61,7 @@ class LDAPController: public KCModule
public:
int createNewLDAPRealm(TQWidget* dialogparent, LDAPRealmConfig realmconfig, TQString adminUserName, TQString adminGroupName, TQString machineAdminGroupName, TQString standardUserGroupName, const char * adminPassword, TQString rootUserName, const char * rootPassword, TQString adminRealm, LDAPCertConfig certinfo, TQString *errstr);
+ int createNewSecondaryController(TQWidget* dialogparent, LDAPRealmConfig realmconfig, TQString adminUserName, const char * adminPassword, TQString adminRealm, TQString *errstr);
private slots:
void systemRoleChanged();