summaryrefslogtreecommitdiffstats
path: root/twin-styles/icewm/icewm.cpp
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/icewm/icewm.cpp
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/icewm/icewm.cpp')
-rw-r--r--twin-styles/icewm/icewm.cpp4
1 files changed, 2 insertions, 2 deletions
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")) );