diff options
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 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 ); } |