diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:20:10 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:20:10 -0600 |
commit | 2381863623364e8d646bf05bbd1cfd5d099c5664 (patch) | |
tree | 351fbf3e6864b2b338807f35f8edbcd00643b9e0 /src/ldapcontroller.cpp | |
parent | 050e2361d4275f4b92b103862e720bc6b11f7eeb (diff) | |
download | kcmldapcontroller-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.cpp | 2 |
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()) { |