diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:20:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:20:08 -0600 |
commit | 3294a2b0edca71b65173ac97558db46e21cc05cc (patch) | |
tree | 3b46a47d6946dc037faffbe38f54b55afc74a12c /src/ldapbonding.cpp | |
parent | 77edf672f1181c83a55907f982887142e7aaeca8 (diff) | |
download | kcmldap-3294a2b0edca71b65173ac97558db46e21cc05cc.tar.gz kcmldap-3294a2b0edca71b65173ac97558db46e21cc05cc.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
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); } |