diff options
Diffstat (limited to 'kdesktop')
-rw-r--r-- | kdesktop/init.cc | 2 | ||||
-rw-r--r-- | kdesktop/krootwm.cc | 4 | ||||
-rw-r--r-- | kdesktop/lock/lockdlg.cc | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/kdesktop/init.cc b/kdesktop/init.cc index 884531b94..81bce942c 100644 --- a/kdesktop/init.cc +++ b/kdesktop/init.cc @@ -65,7 +65,7 @@ static bool testDir( const TQString &_name ) bool ok = ::mkdir( path, S_IRWXU ) == 0; if ( !ok && errno == EEXIST ) { - int ret = KMessageBox::warningYesNo( 0, i18n("%1 is a file, but KDE needs it to be a directory; move it to %2.orig and create directory?").arg(m).arg(m), TQString::null, i18n("Move It"), i18n("Do Not Move") ); + int ret = KMessageBox::warningYesNo( 0, i18n("%1 is a file, but TDE needs it to be a directory; move it to %2.orig and create directory?").arg(m).arg(m), TQString::null, i18n("Move It"), i18n("Do Not Move") ); if ( ret == KMessageBox::Yes ) { if ( ::rename( path, path + ".orig" ) == 0 ) { ok = ::mkdir( path, S_IRWXU ) == 0; diff --git a/kdesktop/krootwm.cc b/kdesktop/krootwm.cc index 809327ca2..a9f1d8a66 100644 --- a/kdesktop/krootwm.cc +++ b/kdesktop/krootwm.cc @@ -279,7 +279,7 @@ void KRootWm::buildMenus() { // kdDebug() << "showMenuBar" << endl; menuBar = new KMenuBar; - menuBar->setCaption("KDE Desktop"); + menuBar->setCaption("TDE Desktop"); } // create Arrange menu @@ -887,7 +887,7 @@ void KRootWm::doNewSession( bool lock ) "F%2 to the second session and so on. " "You can switch between sessions by pressing " "Ctrl, Alt and the appropriate F-key at the same time. " - "Additionally, the KDE Panel and Desktop menus have " + "Additionally, the TDE Panel and Desktop menus have " "actions for switching between sessions.</p>") .arg(7).arg(8), i18n("Warning - New Session"), diff --git a/kdesktop/lock/lockdlg.cc b/kdesktop/lock/lockdlg.cc index 6081ea0f8..236bf8a62 100644 --- a/kdesktop/lock/lockdlg.cc +++ b/kdesktop/lock/lockdlg.cc @@ -650,7 +650,7 @@ void PasswordDlg::slotStartNewSession() "F%2 to the second session and so on. " "You can switch between sessions by pressing " "Ctrl, Alt and the appropriate F-key at the same time. " - "Additionally, the KDE Panel and Desktop menus have " + "Additionally, the TDE Panel and Desktop menus have " "actions for switching between sessions.") .arg(7).arg(8); TQLabel *label2 = new TQLabel( qt_text, winFrame ); |