summaryrefslogtreecommitdiffstats
path: root/twin-styles
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:01:15 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:01:15 -0600
commit3e6041732cea0c280e34e1fe6c202ee70555e220 (patch)
treeee88b042be403046302761e9d0d5a2a166f3cd29 /twin-styles
parentf227b175cfde01641e973641dd81f9f44dc9c4f0 (diff)
downloadtdeartwork-3e6041732cea0c280e34e1fe6c202ee70555e220.tar.gz
tdeartwork-3e6041732cea0c280e34e1fe6c202ee70555e220.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'twin-styles')
-rw-r--r--twin-styles/cde/cdeclient.cpp2
-rw-r--r--twin-styles/cde/config/config.h2
-rw-r--r--twin-styles/glow/config/glowconfigdialog.cpp2
-rw-r--r--twin-styles/glow/glowclient.cpp2
-rw-r--r--twin-styles/icewm/config/CMakeLists.txt2
-rw-r--r--twin-styles/icewm/config/config.h2
-rw-r--r--twin-styles/icewm/icewm.cpp4
-rw-r--r--twin-styles/smooth-blend/client/config/smoothblendconfig.cc2
-rw-r--r--twin-styles/smooth-blend/client/smoothblend.cc2
9 files changed, 10 insertions, 10 deletions
diff --git a/twin-styles/cde/cdeclient.cpp b/twin-styles/cde/cdeclient.cpp
index a54df440..5768f1bc 100644
--- a/twin-styles/cde/cdeclient.cpp
+++ b/twin-styles/cde/cdeclient.cpp
@@ -28,7 +28,7 @@
#include <tqpainter.h>
#include <tqapplication.h>
#include <klocale.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
extern "C" KDE_EXPORT KDecorationFactory* create_factory()
{
diff --git a/twin-styles/cde/config/config.h b/twin-styles/cde/config/config.h
index 8a9fc6df..3b1188d1 100644
--- a/twin-styles/cde/config/config.h
+++ b/twin-styles/cde/config/config.h
@@ -7,7 +7,7 @@
#include <tqlabel.h>
#include <tqradiobutton.h>
#include <tqhbox.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
class TQCheckBox;
class TQGroupBox;
diff --git a/twin-styles/glow/config/glowconfigdialog.cpp b/twin-styles/glow/config/glowconfigdialog.cpp
index 31b34c5e..dad86658 100644
--- a/twin-styles/glow/config/glowconfigdialog.cpp
+++ b/twin-styles/glow/config/glowconfigdialog.cpp
@@ -28,7 +28,7 @@
#include <tqpushbutton.h>
#include <tqsignalmapper.h>
#include <tqstringlist.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kcolorbutton.h>
#include <kdebug.h>
#include <kglobal.h>
diff --git a/twin-styles/glow/glowclient.cpp b/twin-styles/glow/glowclient.cpp
index 767363de..16d33c6f 100644
--- a/twin-styles/glow/glowclient.cpp
+++ b/twin-styles/glow/glowclient.cpp
@@ -21,7 +21,7 @@
#include <tqlayout.h>
#include <tqpainter.h>
#include <tqpixmap.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kdebug.h>
#include <klocale.h>
#include <kpixmapeffect.h>
diff --git a/twin-styles/icewm/config/CMakeLists.txt b/twin-styles/icewm/config/CMakeLists.txt
index 9e2e118d..4be08396 100644
--- a/twin-styles/icewm/config/CMakeLists.txt
+++ b/twin-styles/icewm/config/CMakeLists.txt
@@ -23,6 +23,6 @@ link_directories(
tde_add_kpart( twin_icewm_config AUTOMOC
SOURCES config.cpp
- LINK tdeui-shared kio-shared
+ LINK tdeui-shared tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/twin-styles/icewm/config/config.h b/twin-styles/icewm/config/config.h
index 89f98e0d..a28e75cf 100644
--- a/twin-styles/icewm/config/config.h
+++ b/twin-styles/icewm/config/config.h
@@ -33,7 +33,7 @@
#include <tqlistbox.h>
#include <tqlabel.h>
#include <kurllabel.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
class TQVBox;
diff --git a/twin-styles/icewm/icewm.cpp b/twin-styles/icewm/icewm.cpp
index 003ec3d5..495562d2 100644
--- a/twin-styles/icewm/icewm.cpp
+++ b/twin-styles/icewm/icewm.cpp
@@ -40,7 +40,7 @@
*/
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kstandarddirs.h>
#include <kglobal.h>
#include <klocale.h>
@@ -269,7 +269,7 @@ void ThemeHandler::initTheme()
if ( !themeName.isEmpty() )
themeName += "/";
- // We use kconfig to read icewm config files...
+ // We use tdeconfig to read icewm config files...
// this is easy since icewm uses key=value pairs!
TDEConfig config( locate("data", TQString("twin/icewm-themes/") +
themeName + TQString("default.theme")) );
diff --git a/twin-styles/smooth-blend/client/config/smoothblendconfig.cc b/twin-styles/smooth-blend/client/config/smoothblendconfig.cc
index 58574360..8ed14166 100644
--- a/twin-styles/smooth-blend/client/config/smoothblendconfig.cc
+++ b/twin-styles/smooth-blend/client/config/smoothblendconfig.cc
@@ -7,7 +7,7 @@
// Please see the header file for copyright and license information.
//////////////////////////////////////////////////////////////////////////////
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <klocale.h>
#include <kglobal.h>
#include <tqbuttongroup.h>
diff --git a/twin-styles/smooth-blend/client/smoothblend.cc b/twin-styles/smooth-blend/client/smoothblend.cc
index e616e49f..de3af31a 100644
--- a/twin-styles/smooth-blend/client/smoothblend.cc
+++ b/twin-styles/smooth-blend/client/smoothblend.cc
@@ -7,7 +7,7 @@
// Please see the header file for copyright and license information.
//////////////////////////////////////////////////////////////////////////////
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <tdeversion.h>
#include <kglobal.h>
#include <kglobalsettings.h>