summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:52:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:52:37 -0600
commitc2aef3206f9e6732f7cd53f0e7d70a9661c3ede6 (patch)
tree5b91aa68f001860946d70720490c63d9227d780d /src
parent9de4d2c9dd5788cb283f5fb6597326dce3d437d4 (diff)
downloadkcmautostart-c2aef3206f9e6732f7cd53f0e7d70a9661c3ede6.tar.gz
kcmautostart-c2aef3206f9e6732f7cd53f0e7d70a9661c3ede6.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r--src/autostart.cpp2
-rw-r--r--src/autostart.desktop2
-rw-r--r--src/autostart.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/autostart.cpp b/src/autostart.cpp
index b31832c..43aa25f 100644
--- a/src/autostart.cpp
+++ b/src/autostart.cpp
@@ -32,7 +32,7 @@
#include <klistview.h>
#include <kopenwith.h>
#include <kpropertiesdialog.h>
-#include <kio/job.h>
+#include <tdeio/job.h>
#include <tqdir.h>
#include <tqheader.h>
diff --git a/src/autostart.desktop b/src/autostart.desktop
index 4021978..4249bca 100644
--- a/src/autostart.desktop
+++ b/src/autostart.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
-Exec=kcmshell autostart
+Exec=tdecmshell autostart
Icon=launch
Type=Application
diff --git a/src/autostart.h b/src/autostart.h
index 9988243..e7a55fb 100644
--- a/src/autostart.h
+++ b/src/autostart.h
@@ -28,7 +28,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>