diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 22:05:46 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 22:05:46 -0500 |
commit | 1987e947128f9fed98dad44a4f336db8081311de (patch) | |
tree | f1216e09b912e791912cec2b8677d44bee41cf79 /kicker | |
parent | 4c17a41f90e65ef6860a23613c760956066f50c1 (diff) | |
download | tdebase-1987e947128f9fed98dad44a4f336db8081311de.tar.gz tdebase-1987e947128f9fed98dad44a4f336db8081311de.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kicker')
-rw-r--r-- | kicker/kicker/core/extensionmanager.cpp | 4 | ||||
-rw-r--r-- | kicker/kicker/ui/k_mnu.cpp | 2 | ||||
-rw-r--r-- | kicker/kicker/ui/k_new_mnu.cpp | 4 |
3 files changed, 5 insertions, 5 deletions
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.</p>") .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.</p>") .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(); |