From 6c1373684f10d07347aba3a5b790e8a9599a6276 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:05:45 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- kworldwatch/CMakeLists.txt | 4 ++-- kworldwatch/flags.h | 2 +- kworldwatch/main.cpp | 2 +- kworldwatch/mapwidget.cpp | 2 +- kworldwatch/mapwidget.h | 2 +- kworldwatch/zoneclock.cpp | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'kworldwatch') diff --git a/kworldwatch/CMakeLists.txt b/kworldwatch/CMakeLists.txt index f8d4700..72bc706 100644 --- a/kworldwatch/CMakeLists.txt +++ b/kworldwatch/CMakeLists.txt @@ -38,7 +38,7 @@ tde_add_library( ww STATIC_PIC AUTOMOC tde_add_executable( kworldclock AUTOMOC SOURCES main.cpp - LINK kio-shared ww-static + LINK tdeio-shared ww-static DESTINATION ${BIN_INSTALL_DIR} ) @@ -47,7 +47,7 @@ tde_add_executable( kworldclock AUTOMOC tde_add_kpart( ww_panelapplet AUTOMOC SOURCES applet.cpp - LINK kio-shared ww-static + LINK tdeio-shared ww-static DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/kworldwatch/flags.h b/kworldwatch/flags.h index 4bd2012..ed5c8ac 100644 --- a/kworldwatch/flags.h +++ b/kworldwatch/flags.h @@ -38,7 +38,7 @@ #include -#include +#include class Flag diff --git a/kworldwatch/main.cpp b/kworldwatch/main.cpp index 2381d9f..8beb6a1 100644 --- a/kworldwatch/main.cpp +++ b/kworldwatch/main.cpp @@ -36,7 +36,7 @@ #include -#include +#include #include #include #include diff --git a/kworldwatch/mapwidget.cpp b/kworldwatch/mapwidget.cpp index ffa9a8e..de50bdc 100644 --- a/kworldwatch/mapwidget.cpp +++ b/kworldwatch/mapwidget.cpp @@ -38,7 +38,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kworldwatch/mapwidget.h b/kworldwatch/mapwidget.h index 52d0016..21126cb 100644 --- a/kworldwatch/mapwidget.h +++ b/kworldwatch/mapwidget.h @@ -43,7 +43,7 @@ class TQPopupMenu; -#include +#include class CityList; diff --git a/kworldwatch/zoneclock.cpp b/kworldwatch/zoneclock.cpp index 7fec82d..541e8b4 100644 --- a/kworldwatch/zoneclock.cpp +++ b/kworldwatch/zoneclock.cpp @@ -45,7 +45,7 @@ #include #include -#include +#include #include "flow.h" -- cgit v1.2.1