diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/abakuscommon.h | 2 | ||||
-rw-r--r-- | src/mainwindow.cpp | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4cfb9ae..a7365d2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -49,6 +49,6 @@ tde_add_executable( abakus AUTOMOC resultlistview.cpp resultlistviewtext.cpp rpnmuncher.cpp valuemanager.cpp dcopIface.skel ${BF_SOURCES} ${MPFR_SOURCES} - LINK kio-shared tdecore-shared tdeprint-shared tdeui-shared DCOP-shared ${MPFR_LIBRARIES} + LINK tdeio-shared tdecore-shared tdeprint-shared tdeui-shared DCOP-shared ${MPFR_LIBRARIES} DESTINATION ${BIN_INSTALL_DIR} ) diff --git a/src/abakuscommon.h b/src/abakuscommon.h index 6c97267..8c5d440 100644 --- a/src/abakuscommon.h +++ b/src/abakuscommon.h @@ -4,7 +4,7 @@ #include <kapplication.h> #include <kdebug.h> #include <kpushbutton.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kglobal.h> #include <klocale.h> #include <kcombobox.h> diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index f3adb96..7810bf4 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -25,9 +25,9 @@ #include <kstdaction.h> #include <kshortcut.h> #include <kdebug.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kglobal.h> -#include <kconfigbase.h> +#include <tdeconfigbase.h> #include <kactionclasses.h> #include <kinputdialog.h> |