summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:05:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:05:45 -0600
commit6c1373684f10d07347aba3a5b790e8a9599a6276 (patch)
tree09d7ad85e550d6b2042a9459752e70bd3625ef16
parent7db2fb5945b2e7dc5c4c429101f49d886825a3a1 (diff)
downloadtdetoys-6c1373684f10d07347aba3a5b790e8a9599a6276.tar.gz
tdetoys-6c1373684f10d07347aba3a5b790e8a9599a6276.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
-rw-r--r--amor/CMakeLists.txt2
-rw-r--r--amor/amoranim.h2
-rw-r--r--amor/amorconfig.cpp2
-rw-r--r--kmoon/kmoonapplet.cpp2
-rw-r--r--kmoon/kmoonwidget.cpp2
-rw-r--r--kodo/CMakeLists.txt2
-rw-r--r--kodo/kodometer.h2
-rw-r--r--kteatime/CMakeLists.txt2
-rw-r--r--kteatime/toplevel.cpp2
-rw-r--r--ktux/CMakeLists.txt2
-rw-r--r--ktux/spriteanim.h2
-rw-r--r--ktux/spritepm.h2
-rw-r--r--kweather/CMakeLists.txt4
-rw-r--r--kweather/kcmweather.cpp2
-rw-r--r--kweather/kweather.cpp2
-rw-r--r--kweather/reportview.cpp2
-rw-r--r--kweather/serviceconfigwidget.cpp2
-rw-r--r--kweather/weatherbar.cpp2
-rw-r--r--kweather/weatherlib.cpp2
-rw-r--r--kweather/weatherservice.cpp2
-rw-r--r--kworldwatch/CMakeLists.txt4
-rw-r--r--kworldwatch/flags.h2
-rw-r--r--kworldwatch/main.cpp2
-rw-r--r--kworldwatch/mapwidget.cpp2
-rw-r--r--kworldwatch/mapwidget.h2
-rw-r--r--kworldwatch/zoneclock.cpp2
26 files changed, 28 insertions, 28 deletions
diff --git a/amor/CMakeLists.txt b/amor/CMakeLists.txt
index e18fe3f..ad96cdc 100644
--- a/amor/CMakeLists.txt
+++ b/amor/CMakeLists.txt
@@ -31,7 +31,7 @@ tde_add_executable( amor AUTOMOC
main.cpp amoranim.cpp amorpm.cpp
amorbubble.cpp amorconfig.cpp amortips.cpp
AmorIface.skel
- LINK kio-shared Xext
+ LINK tdeio-shared Xext
DESTINATION ${BIN_INSTALL_DIR}
)
diff --git a/amor/amoranim.h b/amor/amoranim.h
index bb59d8a..45a8b7f 100644
--- a/amor/amoranim.h
+++ b/amor/amoranim.h
@@ -36,7 +36,7 @@
#include <tqmemarray.h>
#include <tqdict.h>
#include <tqstringlist.h>
-#include <kconfigbase.h>
+#include <tdeconfigbase.h>
#include <ksimpleconfig.h>
//---------------------------------------------------------------------------
diff --git a/amor/amorconfig.cpp b/amor/amorconfig.cpp
index 2285bc7..8e7f590 100644
--- a/amor/amorconfig.cpp
+++ b/amor/amorconfig.cpp
@@ -26,7 +26,7 @@
*/
#include <kapplication.h>
#include "amorconfig.h"
-#include <kconfig.h>
+#include <tdeconfig.h>
//---------------------------------------------------------------------------
//
diff --git a/kmoon/kmoonapplet.cpp b/kmoon/kmoonapplet.cpp
index 709f3c2..03da384 100644
--- a/kmoon/kmoonapplet.cpp
+++ b/kmoon/kmoonapplet.cpp
@@ -41,7 +41,7 @@
#include <kcmdlineargs.h>
#include <kiconloader.h>
#include <kiconeffect.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kdialogbase.h>
#include "version.h"
diff --git a/kmoon/kmoonwidget.cpp b/kmoon/kmoonwidget.cpp
index 91fb2b6..1d25c96 100644
--- a/kmoon/kmoonwidget.cpp
+++ b/kmoon/kmoonwidget.cpp
@@ -41,7 +41,7 @@
#include <kcmdlineargs.h>
#include <kiconloader.h>
#include <kiconeffect.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include "kmoondlg.h"
#include "kmoonwidget.h"
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>
diff --git a/kteatime/CMakeLists.txt b/kteatime/CMakeLists.txt
index 6f5f353..a512391 100644
--- a/kteatime/CMakeLists.txt
+++ b/kteatime/CMakeLists.txt
@@ -27,7 +27,7 @@ link_directories(
tde_add_executable( kteatime AUTOMOC
SOURCES main.cpp toplevel.cpp tealist.cpp
timeedit.cpp
- LINK kio-shared
+ LINK tdeio-shared
DESTINATION ${BIN_INSTALL_DIR}
)
diff --git a/kteatime/toplevel.cpp b/kteatime/toplevel.cpp
index 33b0b78..0619994 100644
--- a/kteatime/toplevel.cpp
+++ b/kteatime/toplevel.cpp
@@ -38,7 +38,7 @@
#include <tqpixmap.h>
#include <tqbitmap.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <khelpmenu.h>
#include <kiconloader.h>
#include <klocale.h>
diff --git a/ktux/CMakeLists.txt b/ktux/CMakeLists.txt
index cd18957..b52242d 100644
--- a/ktux/CMakeLists.txt
+++ b/ktux/CMakeLists.txt
@@ -29,7 +29,7 @@ link_directories(
tde_add_executable( ktux AUTOMOC
SOURCES spriteanim.cpp spritemisc.cpp
spritepm.cpp sprite.cpp
- LINK kio-shared tdescreensaver-shared
+ LINK tdeio-shared tdescreensaver-shared
DESTINATION ${BIN_INSTALL_DIR}
)
diff --git a/ktux/spriteanim.h b/ktux/spriteanim.h
index 8749a2a..583690a 100644
--- a/ktux/spriteanim.h
+++ b/ktux/spriteanim.h
@@ -17,7 +17,7 @@
#include <tqptrlist.h>
#include <tqstrlist.h>
#include <tqcanvas.h>
-#include <kconfigbase.h>
+#include <tdeconfigbase.h>
#include <ksimpleconfig.h>
//---------------------------------------------------------------------------
diff --git a/ktux/spritepm.h b/ktux/spritepm.h
index 97d27e8..351e313 100644
--- a/ktux/spritepm.h
+++ b/ktux/spritepm.h
@@ -15,7 +15,7 @@
#include <tqdict.h>
#include <tqpixmap.h>
#include <tqcanvas.h>
-#include <kconfigbase.h>
+#include <tdeconfigbase.h>
#include <ksimpleconfig.h>
//---------------------------------------------------------------------------
diff --git a/kweather/CMakeLists.txt b/kweather/CMakeLists.txt
index 4c93de2..bddf208 100644
--- a/kweather/CMakeLists.txt
+++ b/kweather/CMakeLists.txt
@@ -40,7 +40,7 @@ tde_add_executable( kweatherservice AUTOMOC
weatherlib.cpp weatherservice.cpp
weatherservice.skel stationdatabase.cpp
sun.cpp weatherservice.stub
- LINK kio-shared
+ LINK tdeio-shared
DESTINATION ${BIN_INSTALL_DIR}
)
@@ -94,7 +94,7 @@ tde_add_kpart( weather_panelapplet AUTOMOC
tde_add_kpart( kcm_weather AUTOMOC
SOURCES kcmweather.cpp prefdialogdata.ui
weatherservice.stub
- LINK kio-shared
+ LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/kweather/kcmweather.cpp b/kweather/kcmweather.cpp
index 650dae8..2d15ca8 100644
--- a/kweather/kcmweather.cpp
+++ b/kweather/kcmweather.cpp
@@ -28,7 +28,7 @@
#include <kaboutdata.h>
#include <kapplication.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kdebug.h>
#include <klocale.h>
#include <kurlrequester.h>
diff --git a/kweather/kweather.cpp b/kweather/kweather.cpp
index 584f6b3..18ab953 100644
--- a/kweather/kweather.cpp
+++ b/kweather/kweather.cpp
@@ -24,7 +24,7 @@
#include <kiconloader.h>
#include <kmessagebox.h>
#include <kpopupmenu.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <ksettings/dialog.h>
#include <ksettings/dispatcher.h>
#include <dcopclient.h>
diff --git a/kweather/reportview.cpp b/kweather/reportview.cpp
index 4825489..29a3d5b 100644
--- a/kweather/reportview.cpp
+++ b/kweather/reportview.cpp
@@ -15,7 +15,7 @@
* *
***************************************************************************/
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kdebug.h>
#include <klocale.h>
#include <kstandarddirs.h>
diff --git a/kweather/serviceconfigwidget.cpp b/kweather/serviceconfigwidget.cpp
index 537354c..a4fb2f7 100644
--- a/kweather/serviceconfigwidget.cpp
+++ b/kweather/serviceconfigwidget.cpp
@@ -23,7 +23,7 @@
#include <dcopclient.h>
#include <dcopref.h>
#include <kapplication.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kdialog.h>
#include <kglobal.h>
#include <klistview.h>
diff --git a/kweather/weatherbar.cpp b/kweather/weatherbar.cpp
index e7f074e..5111748 100644
--- a/kweather/weatherbar.cpp
+++ b/kweather/weatherbar.cpp
@@ -30,7 +30,7 @@
#include <tqgroupbox.h>
#include <klocale.h>
#include <kdebug.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kstandarddirs.h>
#include <kmessagebox.h>
#include <dcopref.h>
diff --git a/kweather/weatherlib.cpp b/kweather/weatherlib.cpp
index a595cae..c0313ad 100644
--- a/kweather/weatherlib.cpp
+++ b/kweather/weatherlib.cpp
@@ -27,7 +27,7 @@ email : geiseri@msoe.edu
#include <kdebug.h>
#include <math.h>
#include <krfcdate.h>
-#include <kio/job.h>
+#include <tdeio/job.h>
#include <kurl.h>
#include <knotifyclient.h>
#include <ktempfile.h>
diff --git a/kweather/weatherservice.cpp b/kweather/weatherservice.cpp
index 2c018b9..7fa3b0c 100644
--- a/kweather/weatherservice.cpp
+++ b/kweather/weatherservice.cpp
@@ -21,7 +21,7 @@
#include <kdebug.h>
#include <kapplication.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kglobal.h>
#include <klocale.h>
#include <kstandarddirs.h>
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 <tqbitmap.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
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 <kapplication.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kaboutdata.h>
#include <kcmdlineargs.h>
#include <klocale.h>
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 <kapplication.h>
#include <kcmdlineargs.h>
#include <kcolordialog.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kglobal.h>
#include <kglobalsettings.h>
#include <klocale.h>
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 <kconfig.h>
+#include <tdeconfig.h>
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 <kglobal.h>
#include <klocale.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include "flow.h"