From 0ea54195f4400f13a5cc109feee4b3779fbd2f0f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:05:57 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- ktimer/CMakeLists.txt | 2 +- ktimer/ktimer.cpp | 2 +- ktimer/ktimer.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ktimer') 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 #include #include -#include +#include #include "ktimer.h" #include 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 #include #include -#include +#include #include "prefwidget.h" -- cgit v1.2.3