diff options
Diffstat (limited to 'src/ldapbonding.cpp')
-rw-r--r-- | src/ldapbonding.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ldapbonding.cpp b/src/ldapbonding.cpp index 78b1bfc..c2beac0 100644 --- a/src/ldapbonding.cpp +++ b/src/ldapbonding.cpp @@ -125,7 +125,7 @@ LDAPConfig::~LDAPConfig() { } void LDAPConfig::load() { - kgs = new KGlobalSettings(); + kgs = new TDEGlobalSettings(); load(false); } |