Fix remaining brandings in tdebase.

Signed-off-by: Chris <xchrisx@uber.space>
pull/45/head
Chris 5 years ago committed by TDE Gitea
parent 13c6ecc3fe
commit 0721f2d3f4

@ -54,7 +54,7 @@ KCMKNotify::KCMKNotify(TQWidget *parent, const char *name, const TQStringList &
setButtons( Help | Default | Apply ); setButtons( Help | Default | Apply );
setQuickHelp( i18n("<h1>System Notifications</h1>" 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 " "will be notified when certain events occur. There are "
"several choices as to how you are notified:" "several choices as to how you are notified:"
"<ul><li>As the application was originally designed." "<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) :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 " " application. You can configure the generic Konsole options (which can also be "
"configured using the RMB) and you can edit the schemas and sessions " "configured using the RMB) and you can edit the schemas and sessions "
"available to Konsole.")); "available to Konsole."));

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

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

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

@ -608,7 +608,7 @@ void ButtonDropSite::drawContents( TQPainter* p )
p->fillRect( r, c1 ); p->fillRect( r, c1 );
p->setPen( Qt::white ); p->setPen( Qt::white );
p->setFont( TQFont( TDEGlobalSettings::generalFont().family(), 12, TQFont::Bold) ); 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; offset = geometry().width() - 3 - rightoffset;
drawButtonList( p, buttonsRight, offset ); drawButtonList( p, buttonsRight, offset );

Loading…
Cancel
Save