summaryrefslogtreecommitdiffstats
path: root/khelpcenter
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 11:57:26 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 11:57:26 -0500
commitdb084a1bc3b1fff61308e1762f11e10ca9671c70 (patch)
tree0f3921ab076a949ceb3ec16691714f9c5a072aed /khelpcenter
parent8a80c7f3df3a7ce18398e00f2c91bf65b2325107 (diff)
downloadtdebase-db084a1bc3b1fff61308e1762f11e10ca9671c70.tar.gz
tdebase-db084a1bc3b1fff61308e1762f11e10ca9671c70.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'khelpcenter')
-rw-r--r--khelpcenter/htmlsearch/kcmhtmlsearch.cpp6
1 files changed, 3 insertions, 3 deletions
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( "<h1>Help Index</h1> 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( "<h1>Help Index</h1> 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." );
}