summaryrefslogtreecommitdiffstats
path: root/kcontrol
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-03 22:05:46 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-03 22:05:46 -0500
commit1987e947128f9fed98dad44a4f336db8081311de (patch)
treef1216e09b912e791912cec2b8677d44bee41cf79 /kcontrol
parent4c17a41f90e65ef6860a23613c760956066f50c1 (diff)
downloadtdebase-1987e947128f9fed98dad44a4f336db8081311de.tar.gz
tdebase-1987e947128f9fed98dad44a4f336db8081311de.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kcontrol')
-rw-r--r--kcontrol/arts/arts.cpp2
-rw-r--r--kcontrol/input/core/themepage.cpp2
-rw-r--r--kcontrol/locale/toplevel.cpp2
-rw-r--r--kcontrol/tdm/main.cpp4
4 files changed, 5 insertions, 5 deletions
diff --git a/kcontrol/arts/arts.cpp b/kcontrol/arts/arts.cpp
index 848e7348c..bbc361cd1 100644
--- a/kcontrol/arts/arts.cpp
+++ b/kcontrol/arts/arts.cpp
@@ -143,7 +143,7 @@ KArtsModule::KArtsModule(TQWidget *parent, const char *name)
{
setButtons(Default|Apply);
- setQuickHelp( i18n("<h1>Sound System</h1> Here you can configure aRts, KDE's sound server."
+ setQuickHelp( i18n("<h1>Sound System</h1> Here you can configure aRts, TDE's sound server."
" This program not only allows you to hear your system sounds while simultaneously"
" listening to an MP3 file or playing a game with background music. It also allows you"
" to apply different effects to your system sounds and provides programmers with"
diff --git a/kcontrol/input/core/themepage.cpp b/kcontrol/input/core/themepage.cpp
index fb108e7c6..e61d57941 100644
--- a/kcontrol/input/core/themepage.cpp
+++ b/kcontrol/input/core/themepage.cpp
@@ -102,7 +102,7 @@ void ThemePage::save()
fixCursorFile();
- KMessageBox::information( this, i18n("You have to restart KDE for these "
+ KMessageBox::information( this, i18n("You have to restart TDE for these "
"changes to take effect."), i18n("Cursor Settings Changed"),
"CursorSettingsChanged" );
}
diff --git a/kcontrol/locale/toplevel.cpp b/kcontrol/locale/toplevel.cpp
index 0da498e10..086d05d92 100644
--- a/kcontrol/locale/toplevel.cpp
+++ b/kcontrol/locale/toplevel.cpp
@@ -216,7 +216,7 @@ TQString KLocaleApplication::quickHelp() const
return m_locale->translate("<h1>Country/Region & Language</h1>\n"
"<p>From here you can configure language, numeric, and time \n"
"settings for your particular region. In most cases it will be \n"
- "sufficient to choose the country you live in. For instance KDE \n"
+ "sufficient to choose the country you live in. For instance TDE \n"
"will automatically choose \"German\" as language if you choose \n"
"\"Germany\" from the list. It will also change the time format \n"
"to use 24 hours and and use comma as decimal separator.</p>\n");
diff --git a/kcontrol/tdm/main.cpp b/kcontrol/tdm/main.cpp
index b95a2ecb7..096634e17 100644
--- a/kcontrol/tdm/main.cpp
+++ b/kcontrol/tdm/main.cpp
@@ -94,10 +94,10 @@ TDModule::TDModule(TQWidget *parent, const char *name, const TQStringList &)
about->addAuthor("Oswald Buddenhagen", I18N_NOOP("Current maintainer"), "ossi@kde.org");
setQuickHelp( i18n( "<h1>Login Manager</h1> In this module you can configure the "
- "various aspects of the KDE Login Manager. This includes "
+ "various aspects of the TDE Login Manager. This includes "
"the look and feel as well as the users that can be "
"selected for login. Note that you can only make changes "
- "if you run the module with superuser rights. If you have not started the KDE "
+ "if you run the module with superuser rights. If you have not started the TDE "
"Control Center with superuser rights (which is absolutely the right thing to "
"do, by the way), click on the <em>Modify</em> button to acquire "
"superuser rights. You will be asked for the superuser password."