summaryrefslogtreecommitdiffstats
path: root/kodo
diff options
context:
space:
mode:
Diffstat (limited to 'kodo')
-rw-r--r--kodo/CMakeLists.txt2
-rw-r--r--kodo/kodometer.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kodo/CMakeLists.txt b/kodo/CMakeLists.txt
index 4caaf27..e2d329c 100644
--- a/kodo/CMakeLists.txt
+++ b/kodo/CMakeLists.txt
@@ -26,7 +26,7 @@ link_directories(
tde_add_executable( kodo AUTOMOC
SOURCES main.cpp kodometer.cpp kimagenumber.cpp
- LINK kio-shared
+ LINK tdeio-shared
DESTINATION ${BIN_INSTALL_DIR}
)
diff --git a/kodo/kodometer.h b/kodo/kodometer.h
index e127566..74bdf4e 100644
--- a/kodo/kodometer.h
+++ b/kodo/kodometer.h
@@ -38,7 +38,7 @@
#include <kaboutdata.h>
#include <kuniqueapplication.h>
#include <kcmdlineargs.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kdebug.h>
#include <khelpmenu.h>
#include <kiconloader.h>