summaryrefslogtreecommitdiffstats
path: root/twin
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 17:04:27 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 17:04:27 -0500
commitcfd4a7e4ea2276df469207aa5041cec412861493 (patch)
treee152ba128e844e80ea4f077636d3c401d489afd1 /twin
parentdc609a23cd52d860cc7a07605b77cce92b68c146 (diff)
downloadtdebase-cfd4a7e4ea2276df469207aa5041cec412861493.tar.gz
tdebase-cfd4a7e4ea2276df469207aa5041cec412861493.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'twin')
-rw-r--r--twin/kcmtwin/twinoptions/mouse.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/twin/kcmtwin/twinoptions/mouse.cpp b/twin/kcmtwin/twinoptions/mouse.cpp
index 4f04764ac..077df2ee4 100644
--- a/twin/kcmtwin/twinoptions/mouse.cpp
+++ b/twin/kcmtwin/twinoptions/mouse.cpp
@@ -673,7 +673,7 @@ KWindowActionsConfig::KWindowActionsConfig (bool _standAlone, KConfig *_config,
box->layout()->setMargin(KDialog::marginHint());
box->layout()->setSpacing(KDialog::spacingHint());
layout->addWidget(box);
- TQWhatsThis::add( box, i18n("Here you can customize KDE's behavior when clicking somewhere into"
+ TQWhatsThis::add( box, i18n("Here you can customize TDE's behavior when clicking somewhere into"
" a window while pressing a modifier key."));
grid = new TQGrid(5, Qt::Vertical, box);
@@ -704,7 +704,7 @@ KWindowActionsConfig::KWindowActionsConfig (bool _standAlone, KConfig *_config,
TQWhatsThis::add( label, strAll1);
label = new TQLabel(i18n("Modifier key + middle button:"), grid);
- strAll2 = i18n("Here you can customize KDE's behavior when middle clicking into a window"
+ strAll2 = i18n("Here you can customize TDE's behavior when middle clicking into a window"
" while pressing the modifier key.");
TQWhatsThis::add( label, strAll2 );
@@ -712,7 +712,7 @@ KWindowActionsConfig::KWindowActionsConfig (bool _standAlone, KConfig *_config,
TQWhatsThis::add( label, strAll3);
label = new TQLabel(i18n("Modifier key + mouse wheel:"), grid);
- strAllW = i18n("Here you can customize KDE's behavior when scrolling with the mouse wheel"
+ strAllW = i18n("Here you can customize TDE's behavior when scrolling with the mouse wheel"
" in a window while pressing the modifier key.");
TQWhatsThis::add( label, strAllW);