diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 18:02:14 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 18:02:14 -0500 |
commit | e9efe389b4b528c4ac56fdde372f9d5128a536a3 (patch) | |
tree | d17afd4ba83dbf6c9d54c1681c2bd87f8d2d32a4 /kcontrol/colors | |
parent | 4f24944314ddf35eca50330ebc4e7e995bacded7 (diff) | |
download | tdebase-e9efe389b4b528c4ac56fdde372f9d5128a536a3.tar.gz tdebase-e9efe389b4b528c4ac56fdde372f9d5128a536a3.zip |
Branding cleanup: KDE -> TDE.
Diffstat (limited to 'kcontrol/colors')
-rw-r--r-- | kcontrol/colors/colorscm.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kcontrol/colors/colorscm.cpp b/kcontrol/colors/colorscm.cpp index fc310df11..b3c3a568f 100644 --- a/kcontrol/colors/colorscm.cpp +++ b/kcontrol/colors/colorscm.cpp @@ -98,15 +98,15 @@ KColorScheme::KColorScheme(TQWidget *parent, const char *name, const TQStringLis nSysSchemes = 2; setQuickHelp( i18n("<h1>Colors</h1> This module allows you to choose" - " the color scheme used for the KDE desktop. The different" + " the color scheme used for the Trinity desktop. The different" " elements of the desktop, such as title bars, menu text, etc.," " are called \"widgets\". You can choose the widget whose" " color you want to change by selecting it from a list, or by" " clicking on a graphical representation of the desktop.<p>" " You can save color settings as complete color schemes," - " which can also be modified or deleted. KDE comes with several" + " which can also be modified or deleted. TDE comes with several" " predefined color schemes on which you can base your own.<p>" - " All KDE applications will obey the selected color scheme." + " All TDE applications will obey the selected color scheme." " Non-TDE applications may also obey some or all of the color" " settings, if this option is enabled.")); @@ -404,7 +404,7 @@ void KColorScheme::save() } runRdb( flags ); // Save the palette to qtrc for KStyles - // Notify all KDE applications + // Notify all TDE applications KIPC::sendMessageAll(KIPC::PaletteChanged); // Update the "Current Scheme" |