summaryrefslogtreecommitdiffstats
path: root/twin-styles/icewm
diff options
context:
space:
mode:
Diffstat (limited to 'twin-styles/icewm')
-rw-r--r--twin-styles/icewm/icewm.cpp4
-rw-r--r--twin-styles/icewm/icewm.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/twin-styles/icewm/icewm.cpp b/twin-styles/icewm/icewm.cpp
index 0edaee15..768dbfe5 100644
--- a/twin-styles/icewm/icewm.cpp
+++ b/twin-styles/icewm/icewm.cpp
@@ -205,7 +205,7 @@ KDecoration* ThemeHandler::createDecoration( KDecorationBridge* bridge )
}
-// Converts KDE style button strings to icewm style button strings
+// Converts TDE style button strings to icewm style button strings
void ThemeHandler::convertButtons( TQString& s )
{
s.replace( TQRegExp("_"), ""); // Spacer (ignored)
@@ -250,7 +250,7 @@ void ThemeHandler::readConfig()
*titleButtonsLeft = KDecoration::options()->titleButtonsLeft();
*titleButtonsRight = KDecoration::options()->titleButtonsRight();
- // Convert KDE to icewm style buttons
+ // Convert TDE to icewm style buttons
convertButtons( *titleButtonsLeft );
convertButtons( *titleButtonsRight );
}
diff --git a/twin-styles/icewm/icewm.h b/twin-styles/icewm/icewm.h
index 51821da1..a023d341 100644
--- a/twin-styles/icewm/icewm.h
+++ b/twin-styles/icewm/icewm.h
@@ -39,8 +39,8 @@
update to support the latest icewm 1.1.X theme format may be made.
*/
-#ifndef __KDEGALLIUM_ICEWM_H
-#define __KDEGALLIUM_ICEWM_H
+#ifndef __TDEGALLIUM_ICEWM_H
+#define __TDEGALLIUM_ICEWM_H
#include <tqbutton.h>
#include <tqlayout.h>