From 3294a2b0edca71b65173ac97558db46e21cc05cc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:20:08 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- src/ldapbonding.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ldapbonding.cpp') 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); } -- cgit v1.2.1