summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:52:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:52:38 -0600
commitbe13585f6ed9a63a3a45b48364cbfcfc91cbd65e (patch)
tree3dd6b0748ebd393744ca761fe8a8ac9ea503e24a /src
parent3fd129675e74c6517addc6679cf56f5e0fa6f5a2 (diff)
downloadkcmldap-be13585f6ed9a63a3a45b48364cbfcfc91cbd65e.tar.gz
kcmldap-be13585f6ed9a63a3a45b48364cbfcfc91cbd65e.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r--src/bondwizard.cpp2
-rw-r--r--src/ldapbonding.cpp2
-rw-r--r--src/ldapbonding.desktop2
-rw-r--r--src/ldapbonding.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/bondwizard.cpp b/src/bondwizard.cpp
index e29e4f9..c869447 100644
--- a/src/bondwizard.cpp
+++ b/src/bondwizard.cpp
@@ -38,7 +38,7 @@
#include <klistview.h>
#include <krun.h>
#include <kmessagebox.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <knuminput.h>
#include <klineedit.h>
#include <ktextedit.h>
diff --git a/src/ldapbonding.cpp b/src/ldapbonding.cpp
index 6a81b62..fc94f46 100644
--- a/src/ldapbonding.cpp
+++ b/src/ldapbonding.cpp
@@ -31,7 +31,7 @@
#include <klistview.h>
#include <kopenwith.h>
#include <kpropertiesdialog.h>
-#include <kio/job.h>
+#include <tdeio/job.h>
#include <tqdir.h>
#include <tqheader.h>
#include <knuminput.h>
diff --git a/src/ldapbonding.desktop b/src/ldapbonding.desktop
index 29fd5c7..f0828d2 100644
--- a/src/ldapbonding.desktop
+++ b/src/ldapbonding.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
-Exec=kcmshell ldapbonding
+Exec=tdecmshell ldapbonding
Icon=tdmconfig
Type=Application
diff --git a/src/ldapbonding.h b/src/ldapbonding.h
index 8e28834..ff227ae 100644
--- a/src/ldapbonding.h
+++ b/src/ldapbonding.h
@@ -25,7 +25,7 @@
#include <kaboutdata.h>
#include <kpushbutton.h>
#include <klistview.h>
-#include <kfileitem.h>
+#include <tdefileitem.h>
#include <kglobalsettings.h>
#include <tqpushbutton.h>
#include <tqcombobox.h>