Branding cleanup: KDE -> TDE.

pull/2/head
Darrell Anderson 12 years ago
parent 4f24944314
commit e9efe389b4

@ -98,15 +98,15 @@ KColorScheme::KColorScheme(TQWidget *parent, const char *name, const TQStringLis
nSysSchemes = 2;
setQuickHelp( i18n("<h1>Colors</h1> This module allows you to choose"
" the color scheme used for the KDE desktop. The different"
" the color scheme used for the Trinity desktop. The different"
" elements of the desktop, such as title bars, menu text, etc.,"
" are called \"widgets\". You can choose the widget whose"
" color you want to change by selecting it from a list, or by"
" clicking on a graphical representation of the desktop.<p>"
" You can save color settings as complete color schemes,"
" which can also be modified or deleted. KDE comes with several"
" which can also be modified or deleted. TDE comes with several"
" predefined color schemes on which you can base your own.<p>"
" All KDE applications will obey the selected color scheme."
" All TDE applications will obey the selected color scheme."
" Non-TDE applications may also obey some or all of the color"
" settings, if this option is enabled."));
@ -404,7 +404,7 @@ void KColorScheme::save()
}
runRdb( flags ); // Save the palette to qtrc for KStyles
// Notify all KDE applications
// Notify all TDE applications
KIPC::sendMessageAll(KIPC::PaletteChanged);
// Update the "Current Scheme"

@ -43,7 +43,7 @@
<string>Default Component</string>
</property>
<property name="whatsThis" stdset="0">
<string>Here you can change the component program. Components are programs that handle basic tasks, like the terminal emulator, the text editor and the email client. Different KDE applications sometimes need to invoke a console emulator, send a mail or display some text. To do so consistently, these applications always call the same components. You can choose here which programs these components are.</string>
<string>Here you can change the component program. Components are programs that handle basic tasks, like the terminal emulator, the text editor and the email client. Different TDE applications sometimes need to invoke a console emulator, send a mail or display some text. To do so consistently, these applications always call the same components. You can choose here which programs these components are.</string>
</property>
<vbox>
<property name="name">
@ -115,7 +115,7 @@
<property name="whatsThis" stdset="0">
<string>&lt;qt&gt;
&lt;p&gt;This list shows the configurable component types. Click the component you want to configure.&lt;/p&gt;
&lt;p&gt;In this dialog you can change KDE default components. Components are programs that handle basic tasks, like the terminal emulator, the text editor and the email client. Different KDE applications sometimes need to invoke a console emulator, send a mail or display some text. To do so consistently, these applications always call the same components. Here you can select which programs these components are.&lt;/p&gt;
&lt;p&gt;In this dialog you can change TDE default components. Components are programs that handle basic tasks, like the terminal emulator, the text editor and the email client. Different TDE applications sometimes need to invoke a console emulator, send a mail or display some text. To do so consistently, these applications always call the same components. Here you can select which programs these components are.&lt;/p&gt;
&lt;/qt&gt;</string>
</property>
</widget>

@ -224,7 +224,7 @@ TQBoxLayout *top = new TQVBoxLayout(this);
TQString whatstr;
setQuickHelp( i18n("<h1>Crypto</h1> This module allows you to configure SSL for"
" use with most KDE applications, as well as manage your personal"
" use with most TDE applications, as well as manage your personal"
" certificates and the known certificate authorities."));
___lehack = false;

@ -81,7 +81,7 @@ void KCookiesMain::defaults()
TQString KCookiesMain::quickHelp() const
{
return i18n("<h1>Cookies</h1> Cookies contain information that Konqueror"
" (or other KDE applications using the HTTP protocol) stores on your"
" (or other TDE applications using the HTTP protocol) stores on your"
" computer, initiated by a remote Internet server. This means that"
" a web server can store information about you and your browsing activities"
" on your machine for later use. You might consider this an invasion of"

@ -34,7 +34,7 @@
<string>&amp;Enable SOCKS support</string>
</property>
<property name="whatsThis" stdset="0">
<string>Check this to enable SOCKS4 and SOCKS5 support in KDE applications and I/O subsystems.</string>
<string>Check this to enable SOCKS4 and SOCKS5 support in TDE applications and I/O subsystems.</string>
</property>
</widget>
<widget class="TQButtonGroup">

@ -1087,7 +1087,7 @@ void KCMStyle::addWhatsThis()
"Text is aligned alongside the icon.</p>"
"<b>Text under icons: </b> Shows icons and text on toolbar buttons. "
"Text is aligned below the icon.") );
TQWhatsThis::add( cbIconsOnButtons, i18n( "If you enable this option, KDE Applications will "
TQWhatsThis::add( cbIconsOnButtons, i18n( "If you enable this option, TDE Applications will "
"show small icons alongside some important buttons.") );
TQWhatsThis::add( cbScrollablePopupMenus, i18n( "If you enable this option, pop-up menus will scroll if vertical space is exhausted." ) );
TQWhatsThis::add( cbTearOffHandles, i18n( "If you enable this option some pop-up menus will "

@ -31,9 +31,9 @@ class TQPushButton;
class KConfig;
/**
* Control debug/warning/error/fatal output of KDE applications
* Control debug/warning/error/fatal output of TDE applications
*
* This dialog allows control of debugging output for all KDE apps.
* This dialog allows control of debugging output for all TDE apps.
*
* @author Kalle Dalheimer (kalle@kde.org)
*/

@ -29,7 +29,7 @@ class TQVBox;
class KLineEdit;
/**
* Control debug output of KDE applications
* Control debug output of TDE applications
* This dialog offers a reduced functionality compared to the full KDebugDialog
* class, but allows to set debug output on or off to several areas much more easily.
*

@ -4049,18 +4049,18 @@ void KonqMainWindow::initActions()
m_paCut->setWhatsThis( i18n( "Cut the currently selected text or item(s) and move it "
"to the system clipboard<p> "
"This makes it available to the <b>Paste</b> command in Konqueror "
"and other KDE applications." ) );
"and other TDE applications." ) );
m_paCut->setToolTip( i18n( "Move the selected text or item(s) to the clipboard" ) );
m_paCopy->setWhatsThis( i18n( "Copy the currently selected text or item(s) to the "
"system clipboard<p>"
"This makes it available to the <b>Paste</b> command in Konqueror "
"and other KDE applications." ) );
"and other TDE applications." ) );
m_paCopy->setToolTip( i18n( "Copy the selected text or item(s) to the clipboard" ) );
m_paPaste->setWhatsThis( i18n( "Paste the previously cut or copied clipboard "
"contents<p>"
"This also works for text copied or cut from other KDE applications." ) );
"This also works for text copied or cut from other TDE applications." ) );
m_paPaste->setToolTip( i18n( "Paste the clipboard contents" ) );
m_paPrint->setWhatsThis( i18n( "Print the currently displayed document<p>"

Loading…
Cancel
Save