diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:01:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:01:15 -0600 |
commit | 3e6041732cea0c280e34e1fe6c202ee70555e220 (patch) | |
tree | ee88b042be403046302761e9d0d5a2a166f3cd29 /twin-styles/icewm/icewm.cpp | |
parent | f227b175cfde01641e973641dd81f9f44dc9c4f0 (diff) | |
download | tdeartwork-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.cpp | 4 |
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")) ); |