diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-09-29 01:21:58 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-09-29 01:21:58 -0500 |
commit | 54e824664fbb115686c390082459c1b66d606905 (patch) | |
tree | fd18434509f44a55444778469da62acc761f9514 /twin-styles/icewm | |
parent | 623deae25963f155f0c10011e59b10e857c0db18 (diff) | |
download | tdeartwork-54e824664fbb115686c390082459c1b66d606905.tar.gz tdeartwork-54e824664fbb115686c390082459c1b66d606905.zip |
Rename remaining KDE strings to TDE, with the exception of a couple of build variables
Diffstat (limited to 'twin-styles/icewm')
-rw-r--r-- | twin-styles/icewm/icewm.cpp | 4 | ||||
-rw-r--r-- | twin-styles/icewm/icewm.h | 4 |
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> |