summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-27 00:52:32 -0600
committerTimothy Pearson <[email protected]>2013-01-27 00:52:32 -0600
commit91726329ab9745105638d8b74cfd9f000cd13af4 (patch)
tree2e8be3b7edc2ecf47e6ee4e5a63cb45ca6819c4c /src
parentd6cfa98becda3f9648dcda4dafd3de99b8733901 (diff)
downloadkbfx-91726329ab9745105638d8b74cfd9f000cd13af4.tar.gz
kbfx-91726329ab9745105638d8b74cfd9f000cd13af4.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--src/kbfxspinx.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ebbff82..ec4cc46 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -41,7 +41,7 @@ set( ${target}_SRCS
tde_add_kpart( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
- LINK tdecore-shared tdeui-shared kio-shared kbfxcommon kbfxdata
+ LINK tdecore-shared tdeui-shared tdeio-shared kbfxcommon kbfxdata
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/src/kbfxspinx.h b/src/kbfxspinx.h
index f7745d2..d0bc1ce 100644
--- a/src/kbfxspinx.h
+++ b/src/kbfxspinx.h
@@ -38,7 +38,7 @@
#include <dcopobject.h>
#include <dcopref.h>
#include <kapplication.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kdebug.h>
#include <kdirwatch.h>
#include <kglobal.h>