summaryrefslogtreecommitdiffstats
path: root/amor
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:05:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:05:45 -0600
commit6c1373684f10d07347aba3a5b790e8a9599a6276 (patch)
tree09d7ad85e550d6b2042a9459752e70bd3625ef16 /amor
parent7db2fb5945b2e7dc5c4c429101f49d886825a3a1 (diff)
downloadtdetoys-6c1373684f10d07347aba3a5b790e8a9599a6276.tar.gz
tdetoys-6c1373684f10d07347aba3a5b790e8a9599a6276.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'amor')
-rw-r--r--amor/CMakeLists.txt2
-rw-r--r--amor/amoranim.h2
-rw-r--r--amor/amorconfig.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/amor/CMakeLists.txt b/amor/CMakeLists.txt
index e18fe3f..ad96cdc 100644
--- a/amor/CMakeLists.txt
+++ b/amor/CMakeLists.txt
@@ -31,7 +31,7 @@ tde_add_executable( amor AUTOMOC
main.cpp amoranim.cpp amorpm.cpp
amorbubble.cpp amorconfig.cpp amortips.cpp
AmorIface.skel
- LINK kio-shared Xext
+ LINK tdeio-shared Xext
DESTINATION ${BIN_INSTALL_DIR}
)
diff --git a/amor/amoranim.h b/amor/amoranim.h
index bb59d8a..45a8b7f 100644
--- a/amor/amoranim.h
+++ b/amor/amoranim.h
@@ -36,7 +36,7 @@
#include <tqmemarray.h>
#include <tqdict.h>
#include <tqstringlist.h>
-#include <kconfigbase.h>
+#include <tdeconfigbase.h>
#include <ksimpleconfig.h>
//---------------------------------------------------------------------------
diff --git a/amor/amorconfig.cpp b/amor/amorconfig.cpp
index 2285bc7..8e7f590 100644
--- a/amor/amorconfig.cpp
+++ b/amor/amorconfig.cpp
@@ -26,7 +26,7 @@
*/
#include <kapplication.h>
#include "amorconfig.h"
-#include <kconfig.h>
+#include <tdeconfig.h>
//---------------------------------------------------------------------------
//