summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:52:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:52:51 -0600
commit03831d9d21a44c703ecd658bcef220e9fb2c48bb (patch)
treeeb8667b59201f86e3c8d246d56cbce950c5f5d78 /src
parentada6e78d89ce536a14a6f89703e87b18863ddf21 (diff)
downloadtdmtheme-03831d9d21a44c703ecd658bcef220e9fb2c48bb.tar.gz
tdmtheme-03831d9d21a44c703ecd658bcef220e9fb2c48bb.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r--src/tdmtheme.cpp4
-rw-r--r--src/tdmtheme.desktop2
-rw-r--r--src/tdmtheme.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/tdmtheme.cpp b/src/tdmtheme.cpp
index e7d4e33..78091af 100644
--- a/src/tdmtheme.cpp
+++ b/src/tdmtheme.cpp
@@ -22,8 +22,8 @@
#include <kdialog.h>
#include <kglobal.h>
-#include <kio/job.h>
-#include <kio/netaccess.h>
+#include <tdeio/job.h>
+#include <tdeio/netaccess.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kprogress.h>
diff --git a/src/tdmtheme.desktop b/src/tdmtheme.desktop
index 05e7ede..cbc88cf 100644
--- a/src/tdmtheme.desktop
+++ b/src/tdmtheme.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
-Exec=kcmshell tdmtheme
+Exec=tdecmshell tdmtheme
Icon=tdmconfig
Type=Application
diff --git a/src/tdmtheme.h b/src/tdmtheme.h
index 73c958d..6bfdeb8 100644
--- a/src/tdmtheme.h
+++ b/src/tdmtheme.h
@@ -21,7 +21,7 @@
#ifndef _TDMTHEME_H_
#define _TDMTHEME_H_
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <tdecmodule.h>
#include <tqwidget.h>