From cfd4a7e4ea2276df469207aa5041cec412861493 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 26 May 2012 17:04:27 -0500 Subject: Branding cleanup: KDE -> TDE --- twin/kcmtwin/twinoptions/mouse.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'twin') 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); -- cgit v1.2.3