From 1987e947128f9fed98dad44a4f336db8081311de Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 3 Jun 2012 22:05:46 -0500 Subject: Branding cleanup: KDE -> TDE --- kicker/kicker/core/extensionmanager.cpp | 4 ++-- kicker/kicker/ui/k_mnu.cpp | 2 +- kicker/kicker/ui/k_new_mnu.cpp | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'kicker') 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(); -- cgit v1.2.3