summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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>