From db084a1bc3b1fff61308e1762f11e10ca9671c70 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 26 May 2012 11:57:26 -0500 Subject: [PATCH] Branding cleanup: KDE -> TDE --- kcontrol/knotify/playersettings.ui | 2 +- kcontrol/konqhtml/nsconfigwidget.ui | 6 +++--- kdesktop/kdesktop.kcfg | 2 +- khelpcenter/htmlsearch/kcmhtmlsearch.cpp | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/kcontrol/knotify/playersettings.ui b/kcontrol/knotify/playersettings.ui index c8a135c24..845377112 100644 --- a/kcontrol/knotify/playersettings.ui +++ b/kcontrol/knotify/playersettings.ui @@ -217,7 +217,7 @@ cbArts - Use the &KDE sound system + Use the &TDE sound system true diff --git a/kcontrol/konqhtml/nsconfigwidget.ui b/kcontrol/konqhtml/nsconfigwidget.ui index 567d87e00..be05b0aa6 100644 --- a/kcontrol/konqhtml/nsconfigwidget.ui +++ b/kcontrol/konqhtml/nsconfigwidget.ui @@ -86,10 +86,10 @@ scanAtStartup - Scan for new plugins at &KDE startup + Scan for new plugins at &TDE startup - If this option is enabled, KDE will look for new Netscape plugins every time it starts up. This makes it easier for you if you often install new plugins, but it may also slow down KDE startup. You might want to disable this option, especially if you seldom install plugins. + If this option is enabled, TDE will look for new Netscape plugins every time it starts up. This makes it easier for you if you often install new plugins, but it may also slow down TDE startup. You might want to disable this option, especially if you seldom install plugins. @@ -236,7 +236,7 @@ true - Here you can see a list of the Netscape plugins KDE has found. + Here you can see a list of the Netscape plugins TDE has found. diff --git a/kdesktop/kdesktop.kcfg b/kdesktop/kdesktop.kcfg index 84d1fd22f..3d20778af 100644 --- a/kdesktop/kdesktop.kcfg +++ b/kdesktop/kdesktop.kcfg @@ -29,7 +29,7 @@ 2048 - Here you can enter how much memory KDE should use for caching the background(s). If you have different backgrounds for the different desktops caching can make switching desktops smoother at the expense of higher memory use. + Here you can enter how much memory TDE should use for caching the background(s). If you have different backgrounds for the different desktops caching can make switching desktops smoother at the expense of higher memory use. 100 diff --git a/khelpcenter/htmlsearch/kcmhtmlsearch.cpp b/khelpcenter/htmlsearch/kcmhtmlsearch.cpp index 9dfc5e350..578245190 100644 --- a/khelpcenter/htmlsearch/kcmhtmlsearch.cpp +++ b/khelpcenter/htmlsearch/kcmhtmlsearch.cpp @@ -103,12 +103,12 @@ KHTMLSearchConfig::KHTMLSearchConfig(TQWidget *parent, const char *name) gb = new TQGroupBox(i18n("Scope"), this); hbox->addWidget(gb); - TQWhatsThis::add( gb, i18n( "Here you can select which parts of the documentation should be included in the fulltext search index. Available options are the KDE Help pages, the installed man pages, and the installed info pages. You can select any number of these." ) ); + TQWhatsThis::add( gb, i18n( "Here you can select which parts of the documentation should be included in the fulltext search index. Available options are the TDE Help pages, the installed man pages, and the installed info pages. You can select any number of these." ) ); TQVBoxLayout *vvbox = new TQVBoxLayout(gb, 6,2); vvbox->addSpacing(gb->fontMetrics().lineSpacing()); - indexKDE = new TQCheckBox(i18n("&KDE help"), gb); + indexKDE = new TQCheckBox(i18n("&TDE help"), gb); vvbox->addWidget(indexKDE); connect(indexKDE, TQT_SIGNAL(clicked()), this, TQT_SLOT(configChanged())); @@ -200,7 +200,7 @@ void KHTMLSearchConfig::loadLanguages() TQString KHTMLSearchConfig::quickHelp() const { - return i18n( "

Help Index

This configuration module lets you configure the ht://dig engine which can be used for fulltext search in the KDE documentation as well as other system documentation like man and info pages." ); + return i18n( "

Help Index

This configuration module lets you configure the ht://dig engine which can be used for fulltext search in the TDE documentation as well as other system documentation like man and info pages." ); }