From 1987e947128f9fed98dad44a4f336db8081311de Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 3 Jun 2012 22:05:46 -0500 Subject: [PATCH] Branding cleanup: KDE -> TDE --- drkonqi/debugger.cpp | 2 +- kate/app/katemainwindow.cpp | 2 +- kcontrol/arts/arts.cpp | 2 +- kcontrol/input/core/themepage.cpp | 2 +- kcontrol/locale/toplevel.cpp | 2 +- kcontrol/tdm/main.cpp | 4 ++-- kdesktop/init.cc | 2 +- kdesktop/krootwm.cc | 4 ++-- kdesktop/lock/lockdlg.cc | 2 +- kicker/kicker/core/extensionmanager.cpp | 4 ++-- kicker/kicker/ui/k_mnu.cpp | 2 +- kicker/kicker/ui/k_new_mnu.cpp | 4 ++-- kioslave/trash/trashimpl.cpp | 2 +- 13 files changed, 17 insertions(+), 17 deletions(-) diff --git a/drkonqi/debugger.cpp b/drkonqi/debugger.cpp index ac6f00975..372492c5a 100644 --- a/drkonqi/debugger.cpp +++ b/drkonqi/debugger.cpp @@ -179,7 +179,7 @@ void KrashDebugger :: startDebugger() i18n( "The following options are enabled:\n\n" ) + msg + i18n( "\nAs the usage of these options is not recommended -" - " because they can, in rare cases, be responsible for KDE problems - a backtrace" + " because they can, in rare cases, be responsible for TDE problems - a backtrace" " will not be generated.\n" "You need to turn these options off and reproduce" " the problem again in order to get a backtrace.\n" )); diff --git a/kate/app/katemainwindow.cpp b/kate/app/katemainwindow.cpp index 4b1b47a5a..cc19881cb 100644 --- a/kate/app/katemainwindow.cpp +++ b/kate/app/katemainwindow.cpp @@ -608,7 +608,7 @@ void KateMainWindow::mSlotFixOpenWithMenu() if ((*it)->name() == "Kate") continue; documentOpenWith->popupMenu()->insertItem( SmallIcon( (*it)->icon() ), (*it)->name() ); } - // append "Other..." to call the KDE "open with" dialog. + // append "Other..." to call the TDE "open with" dialog. documentOpenWith->popupMenu()->insertItem(i18n("&Other...")); } diff --git a/kcontrol/arts/arts.cpp b/kcontrol/arts/arts.cpp index 848e7348c..bbc361cd1 100644 --- a/kcontrol/arts/arts.cpp +++ b/kcontrol/arts/arts.cpp @@ -143,7 +143,7 @@ KArtsModule::KArtsModule(TQWidget *parent, const char *name) { setButtons(Default|Apply); - setQuickHelp( i18n("

Sound System

Here you can configure aRts, KDE's sound server." + setQuickHelp( i18n("

Sound System

Here you can configure aRts, TDE's sound server." " This program not only allows you to hear your system sounds while simultaneously" " listening to an MP3 file or playing a game with background music. It also allows you" " to apply different effects to your system sounds and provides programmers with" diff --git a/kcontrol/input/core/themepage.cpp b/kcontrol/input/core/themepage.cpp index fb108e7c6..e61d57941 100644 --- a/kcontrol/input/core/themepage.cpp +++ b/kcontrol/input/core/themepage.cpp @@ -102,7 +102,7 @@ void ThemePage::save() fixCursorFile(); - KMessageBox::information( this, i18n("You have to restart KDE for these " + KMessageBox::information( this, i18n("You have to restart TDE for these " "changes to take effect."), i18n("Cursor Settings Changed"), "CursorSettingsChanged" ); } diff --git a/kcontrol/locale/toplevel.cpp b/kcontrol/locale/toplevel.cpp index 0da498e10..086d05d92 100644 --- a/kcontrol/locale/toplevel.cpp +++ b/kcontrol/locale/toplevel.cpp @@ -216,7 +216,7 @@ TQString KLocaleApplication::quickHelp() const return m_locale->translate("

Country/Region & Language

\n" "

From here you can configure language, numeric, and time \n" "settings for your particular region. In most cases it will be \n" - "sufficient to choose the country you live in. For instance KDE \n" + "sufficient to choose the country you live in. For instance TDE \n" "will automatically choose \"German\" as language if you choose \n" "\"Germany\" from the list. It will also change the time format \n" "to use 24 hours and and use comma as decimal separator.

\n"); diff --git a/kcontrol/tdm/main.cpp b/kcontrol/tdm/main.cpp index b95a2ecb7..096634e17 100644 --- a/kcontrol/tdm/main.cpp +++ b/kcontrol/tdm/main.cpp @@ -94,10 +94,10 @@ TDModule::TDModule(TQWidget *parent, const char *name, const TQStringList &) about->addAuthor("Oswald Buddenhagen", I18N_NOOP("Current maintainer"), "ossi@kde.org"); setQuickHelp( i18n( "

Login Manager

In this module you can configure the " - "various aspects of the KDE Login Manager. This includes " + "various aspects of the TDE Login Manager. This includes " "the look and feel as well as the users that can be " "selected for login. Note that you can only make changes " - "if you run the module with superuser rights. If you have not started the KDE " + "if you run the module with superuser rights. If you have not started the TDE " "Control Center with superuser rights (which is absolutely the right thing to " "do, by the way), click on the Modify button to acquire " "superuser rights. You will be asked for the superuser password." 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.

") .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 ); diff --git a/kicker/kicker/core/extensionmanager.cpp b/kicker/kicker/core/extensionmanager.cpp index 26a5af71d..4d6f29920 100644 --- a/kicker/kicker/core/extensionmanager.cpp +++ b/kicker/kicker/core/extensionmanager.cpp @@ -114,7 +114,7 @@ void ExtensionManager::initialize() if (!m_mainPanel) { - KMessageBox::error(0, i18n("The KDE panel (kicker) could not load the main panel " + KMessageBox::error(0, i18n("The TDE panel (kicker) could not load the main panel " "due to a problem with your installation. "), i18n("Fatal Error!")); exit(1); @@ -369,7 +369,7 @@ void ExtensionManager::updateMenubar() // we need to make sure the panel is tall enough to accomodate the // menubar! an easy way to find out the height of a menu: make one ;) KMenuBar tmpmenu; - tmpmenu.insertItem("KDE Rocks!"); + tmpmenu.insertItem("TDE Rocks!"); m_menubarPanel->setSize(KPanelExtension::SizeCustom, tmpmenu.sizeHint().height()); m_menubarPanel->writeConfig(); diff --git a/kicker/kicker/ui/k_mnu.cpp b/kicker/kicker/ui/k_mnu.cpp index 63a640000..b7cfe8f84 100644 --- a/kicker/kicker/ui/k_mnu.cpp +++ b/kicker/kicker/ui/k_mnu.cpp @@ -507,7 +507,7 @@ void PanelKMenu::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.

") .arg(7).arg(8), i18n("Warning - New Session"), diff --git a/kicker/kicker/ui/k_new_mnu.cpp b/kicker/kicker/ui/k_new_mnu.cpp index 0ed6d03f7..e8a51fe28 100644 --- a/kicker/kicker/ui/k_new_mnu.cpp +++ b/kicker/kicker/ui/k_new_mnu.cpp @@ -1463,7 +1463,7 @@ void KMenu::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.

") .arg(7).arg(8), i18n("Warning - New Session"), @@ -2371,7 +2371,7 @@ void KMenu::doQuery (bool return_pressed) if (query_str.length()>=3) searchBookmarks(bookmarkManager->root()); - // search KDE addressbook + // search TDE addressbook if (query_str.length()>=3) searchAddressbook(); diff --git a/kioslave/trash/trashimpl.cpp b/kioslave/trash/trashimpl.cpp index 696d6d305..081cc9ef0 100644 --- a/kioslave/trash/trashimpl.cpp +++ b/kioslave/trash/trashimpl.cpp @@ -88,7 +88,7 @@ int TrashImpl::testDir( const TQString &_name ) const bool ok = ::mkdir( path, S_IRWXU ) == 0; if ( !ok && errno == EEXIST ) { #if 0 // this would require to use SlaveBase's method to ask the question - //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(name).arg(name) ); + //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(name).arg(name) ); //if ( ret == KMessageBox::Yes ) { #endif if ( ::rename( path, path + ".orig" ) == 0 ) {