Fix remaining brandings in tdebase.

Signed-off-by: Chris <xchrisx@uber.space>
pull/45/head
Chris 5 yıl önce işlemeyi yapan: TDE Gitea
ebeveyn 13c6ecc3fe
işleme 0721f2d3f4

@ -54,7 +54,7 @@ KCMKNotify::KCMKNotify(TQWidget *parent, const char *name, const TQStringList &
setButtons( Help | Default | Apply );
setQuickHelp( i18n("<h1>System Notifications</h1>"
"KDE allows for a great deal of control over how you "
"TDE allows for a great deal of control over how you "
"will be notified when certain events occur. There are "
"several choices as to how you are notified:"
"<ul><li>As the application was originally designed."

@ -40,7 +40,7 @@ KCMKonsole::KCMKonsole(TQWidget * parent, const char *name, const TQStringList&)
:TDECModule(ModuleFactory::instance(), parent, name)
{
setQuickHelp( i18n("<h1>Konsole</h1> With this module you can configure Konsole, the KDE terminal"
setQuickHelp( i18n("<h1>Konsole</h1> With this module you can configure Konsole, the TDE terminal"
" application. You can configure the generic Konsole options (which can also be "
"configured using the RMB) and you can edit the schemas and sessions "
"available to Konsole."));

@ -107,17 +107,17 @@
<group name="Version">
<entry key="KDEVersionMajor" type="Int">
<default>0</default>
<label>KDE major version number</label>
<label>TDE major version number</label>
<whatsthis></whatsthis>
</entry>
<entry key="KDEVersionMinor" type="Int">
<default>0</default>
<label>KDE minor version number</label>
<label>TDE minor version number</label>
<whatsthis></whatsthis>
</entry>
<entry key="KDEVersionRelease" type="Int">
<default>0</default>
<label>KDE release version number</label>
<label>TDE release version number</label>
<whatsthis></whatsthis>
</entry>
</group>

@ -155,7 +155,7 @@ void KasAboutDialog::addInfoPage()
new TQLabel( i18n( "<qt><body>"
"<h2>Kasbar Version: %1</h2>"
"<b>KDE Version:</b> %2"
"<b>TDE Version:</b> %2"
"</body></qt>" )
.arg( VERSION_STRING ).arg( TDE_VERSION_STRING ),
aboutPage );

@ -238,7 +238,7 @@ can extend your selection by additional lines when moving the mouse.
<p>...that if you drag &amp; drop a URL into a Konsole window you are presented with a
menu giving the option to copy or move the specified file into the current working directory,
as well as just pasting the URL as text.
<p>This works with any type of URL which KDE supports.
<p>This works with any type of URL which TDE supports.
</html>
</tip>

@ -105,7 +105,7 @@ void PreviewRedmond::_updateCache()
rect().height()/2 + (int)(p.fontMetrics().height()*0.85) + 15 );
p.setPen( m_statusColor );
p.setFont( m_statusFont );
p.drawText( statusTextPos, i18n("Starting KDE...") );
p.drawText( statusTextPos, i18n("Starting TDE...") );
}
p.end();

@ -608,7 +608,7 @@ void ButtonDropSite::drawContents( TQPainter* p )
p->fillRect( r, c1 );
p->setPen( Qt::white );
p->setFont( TQFont( TDEGlobalSettings::generalFont().family(), 12, TQFont::Bold) );
p->drawText( r, AlignLeft | AlignVCenter, i18n("KDE") );
p->drawText( r, AlignLeft | AlignVCenter, i18n("TDE") );
offset = geometry().width() - 3 - rightoffset;
drawButtonList( p, buttonsRight, offset );

Yükleniyor…
İptal
Kaydet