diff options
-rw-r--r-- | kcontrol/knotify/knotify.cpp | 2 | ||||
-rw-r--r-- | kcontrol/konsole/kcmkonsole.cpp | 2 | ||||
-rw-r--r-- | kdesktop/kdesktop.kcfg | 6 | ||||
-rw-r--r-- | kicker/extensions/kasbar/kasaboutdlg.cpp | 2 | ||||
-rw-r--r-- | konsole/tips | 2 | ||||
-rw-r--r-- | ksplashml/themeengine/redmond/previewredmond.cpp | 2 | ||||
-rw-r--r-- | twin/kcmtwin/twindecoration/buttons.cpp | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/kcontrol/knotify/knotify.cpp b/kcontrol/knotify/knotify.cpp index be66690c2..b703b9b35 100644 --- a/kcontrol/knotify/knotify.cpp +++ b/kcontrol/knotify/knotify.cpp @@ -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." diff --git a/kcontrol/konsole/kcmkonsole.cpp b/kcontrol/konsole/kcmkonsole.cpp index e2b280dfa..ace7409a7 100644 --- a/kcontrol/konsole/kcmkonsole.cpp +++ b/kcontrol/konsole/kcmkonsole.cpp @@ -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.")); diff --git a/kdesktop/kdesktop.kcfg b/kdesktop/kdesktop.kcfg index 15262b6e2..8086ad8fd 100644 --- a/kdesktop/kdesktop.kcfg +++ b/kdesktop/kdesktop.kcfg @@ -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> diff --git a/kicker/extensions/kasbar/kasaboutdlg.cpp b/kicker/extensions/kasbar/kasaboutdlg.cpp index 1b58d87c3..1d15dc7c8 100644 --- a/kicker/extensions/kasbar/kasaboutdlg.cpp +++ b/kicker/extensions/kasbar/kasaboutdlg.cpp @@ -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 ); diff --git a/konsole/tips b/konsole/tips index 11fa29969..dbc3631f4 100644 --- a/konsole/tips +++ b/konsole/tips @@ -238,7 +238,7 @@ can extend your selection by additional lines when moving the mouse. <p>...that if you drag & 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> diff --git a/ksplashml/themeengine/redmond/previewredmond.cpp b/ksplashml/themeengine/redmond/previewredmond.cpp index 7a31a44b8..29bfa4b66 100644 --- a/ksplashml/themeengine/redmond/previewredmond.cpp +++ b/ksplashml/themeengine/redmond/previewredmond.cpp @@ -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(); diff --git a/twin/kcmtwin/twindecoration/buttons.cpp b/twin/kcmtwin/twindecoration/buttons.cpp index a7dc8a90d..f47e0f532 100644 --- a/twin/kcmtwin/twindecoration/buttons.cpp +++ b/twin/kcmtwin/twindecoration/buttons.cpp @@ -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 ); |