Branding cleanup: KDE -> TDE

pull/2/head
Darrell Anderson 12 years ago
parent 8a80c7f3df
commit db084a1bc3

@ -217,7 +217,7 @@
<cstring>cbArts</cstring>
</property>
<property name="text">
<string>Use the &amp;KDE sound system</string>
<string>Use the &amp;TDE sound system</string>
</property>
<property name="checked">
<bool>true</bool>

@ -86,10 +86,10 @@
<cstring>scanAtStartup</cstring>
</property>
<property name="text">
<string>Scan for new plugins at &amp;KDE startup</string>
<string>Scan for new plugins at &amp;TDE startup</string>
</property>
<property name="whatsThis" stdset="0">
<string>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.</string>
<string>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.</string>
</property>
</widget>
<widget class="TQGroupBox">
@ -236,7 +236,7 @@
<bool>true</bool>
</property>
<property name="whatsThis" stdset="0">
<string>Here you can see a list of the Netscape plugins KDE has found.</string>
<string>Here you can see a list of the Netscape plugins TDE has found.</string>
</property>
</widget>
<widget class="TQCheckBox" row="0" column="0">

@ -29,7 +29,7 @@
<entry key="CacheSize" type="Int">
<default>2048</default>
<label>Background cache size</label>
<whatsthis>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.</whatsthis>
<whatsthis>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.</whatsthis>
</entry>
<entry key="BackgroundOpacity" type="Int">
<default>100</default>

@ -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." );
}

Loading…
Cancel
Save