summaryrefslogtreecommitdiffstats
path: root/kdesktop
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-03 22:05:46 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-03 22:05:46 -0500
commit1987e947128f9fed98dad44a4f336db8081311de (patch)
treef1216e09b912e791912cec2b8677d44bee41cf79 /kdesktop
parent4c17a41f90e65ef6860a23613c760956066f50c1 (diff)
downloadtdebase-1987e947128f9fed98dad44a4f336db8081311de.tar.gz
tdebase-1987e947128f9fed98dad44a4f336db8081311de.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kdesktop')
-rw-r--r--kdesktop/init.cc2
-rw-r--r--kdesktop/krootwm.cc4
-rw-r--r--kdesktop/lock/lockdlg.cc2
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 );