summaryrefslogtreecommitdiffstats
path: root/src/ldapcontroller.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-24 13:20:10 -0600
committerTimothy Pearson <[email protected]>2013-01-24 13:20:10 -0600
commit2381863623364e8d646bf05bbd1cfd5d099c5664 (patch)
tree351fbf3e6864b2b338807f35f8edbcd00643b9e0 /src/ldapcontroller.cpp
parent050e2361d4275f4b92b103862e720bc6b11f7eeb (diff)
downloadkcmldapcontroller-2381863623364e8d646bf05bbd1cfd5d099c5664.tar.gz
kcmldapcontroller-2381863623364e8d646bf05bbd1cfd5d099c5664.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/ldapcontroller.cpp')
-rw-r--r--src/ldapcontroller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ldapcontroller.cpp b/src/ldapcontroller.cpp
index 55b385a..50e42e2 100644
--- a/src/ldapcontroller.cpp
+++ b/src/ldapcontroller.cpp
@@ -1623,7 +1623,7 @@ int LDAPController::createNewLDAPRealm(TQWidget* dialogparent, LDAPRealmConfig r
tqApp->processEvents();
// Load database
- KProcess slapadd;
+ TDEProcess slapadd;
slapadd << "slapadd" << "-l" << configTempDir.name() + "skel.ldif";
slapadd.start();
while (slapadd.isRunning()) {