diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:57 -0600 |
commit | 0ea54195f4400f13a5cc109feee4b3779fbd2f0f (patch) | |
tree | 14f5fe9a43c0a4bc41119c9d518713a3f91bd4c1 /ktimer | |
parent | 0ec14ccb8401eff2be20f861953a77431410955c (diff) | |
download | tdeutils-0ea54195f4400f13a5cc109feee4b3779fbd2f0f.tar.gz tdeutils-0ea54195f4400f13a5cc109feee4b3779fbd2f0f.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'ktimer')
-rw-r--r-- | ktimer/CMakeLists.txt | 2 | ||||
-rw-r--r-- | ktimer/ktimer.cpp | 2 | ||||
-rw-r--r-- | ktimer/ktimer.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ktimer/CMakeLists.txt b/ktimer/CMakeLists.txt index 72553c8..1220018 100644 --- a/ktimer/CMakeLists.txt +++ b/ktimer/CMakeLists.txt @@ -26,7 +26,7 @@ link_directories( tde_add_executable( ktimer AUTOMOC SOURCES main.cpp ktimer.cpp prefwidget.ui - LINK kio-shared + LINK tdeio-shared DESTINATION ${BIN_INSTALL_DIR} ) diff --git a/ktimer/ktimer.cpp b/ktimer/ktimer.cpp index 43808fb..c83dedd 100644 --- a/ktimer/ktimer.cpp +++ b/ktimer/ktimer.cpp @@ -31,7 +31,7 @@ #include <kiconloader.h> #include <kapplication.h> #include <ksystemtray.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include "ktimer.h" #include <tqpushbutton.h> diff --git a/ktimer/ktimer.h b/ktimer/ktimer.h index 41b1822..0008e02 100644 --- a/ktimer/ktimer.h +++ b/ktimer/ktimer.h @@ -22,7 +22,7 @@ #include <tqdialog.h> #include <tqwidget.h> #include <kprocess.h> -#include <kconfig.h> +#include <tdeconfig.h> #include "prefwidget.h" |