summaryrefslogtreecommitdiffstats
path: root/kcontrol/xinerama/kcmxinerama.cpp
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 /kcontrol/xinerama/kcmxinerama.cpp
parentdc609a23cd52d860cc7a07605b77cce92b68c146 (diff)
downloadtdebase-cfd4a7e4ea2276df469207aa5041cec412861493.tar.gz
tdebase-cfd4a7e4ea2276df469207aa5041cec412861493.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kcontrol/xinerama/kcmxinerama.cpp')
-rw-r--r--kcontrol/xinerama/kcmxinerama.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/xinerama/kcmxinerama.cpp b/kcontrol/xinerama/kcmxinerama.cpp
index 39db12e0b..3be527fe1 100644
--- a/kcontrol/xinerama/kcmxinerama.cpp
+++ b/kcontrol/xinerama/kcmxinerama.cpp
@@ -53,7 +53,7 @@ KCMXinerama::KCMXinerama(TQWidget *parent, const char *name)
about->addAuthor("George Staikos", 0, "staikos@kde.org");
setAboutData( about );
- setQuickHelp( i18n("<h1>Multiple Monitors</h1> This module allows you to configure KDE support"
+ setQuickHelp( i18n("<h1>Multiple Monitors</h1> This module allows you to configure TDE support"
" for multiple monitors."));
config = new KConfig("kdeglobals", false, false);
@@ -184,7 +184,7 @@ void KCMXinerama::save() {
ksplashrc->sync();
}
- KMessageBox::information(this, i18n("Your settings will only affect newly started applications."), i18n("KDE Multiple Monitors"), "nomorexineramaplease");
+ KMessageBox::information(this, i18n("Your settings will only affect newly started applications."), i18n("TDE Multiple Monitors"), "nomorexineramaplease");
emit changed(false);
}