From 5dba83aa33727351e85e1042e55a17f5d3994c10 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 4 Jul 2012 23:33:25 -0500 Subject: Nominal cleanup related to bug report 892. --- kicker/DESIGN | 2 +- kicker/applets/minipager/pagerapplet.cpp | 2 +- kicker/applets/taskbar/taskbarapplet.cpp | 2 +- kicker/menuext/tdeprint/print_mnu.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kicker') diff --git a/kicker/DESIGN b/kicker/DESIGN index c6672aa2f..d589ab833 100644 --- a/kicker/DESIGN +++ b/kicker/DESIGN @@ -171,7 +171,7 @@ as menu-editing (see below) How: ??? "General" group in kickerrc is marked immutable (??? that would imply that buttons can't be added either, loss of flexibility) -How: Use "kde-panel.desktop" control module restriction. +How: Use "tde-panel.desktop" control module restriction. * Menu editing can be restricted. Kicker offers several menu items in the TDE menu beyond the applications menu itself. See "Configure Panel -> Menus" diff --git a/kicker/applets/minipager/pagerapplet.cpp b/kicker/applets/minipager/pagerapplet.cpp index cf9507700..6ab7febf5 100644 --- a/kicker/applets/minipager/pagerapplet.cpp +++ b/kicker/applets/minipager/pagerapplet.cpp @@ -143,7 +143,7 @@ KMiniPager::KMiniPager(const TQString& configFile, Type type, int actions, connect( m_twin, TQT_SIGNAL( desktopNamesChanged() ), this, TQT_SLOT( slotDesktopNamesChanged() ) ); connect( kapp, TQT_SIGNAL(backgroundChanged(int)), TQT_SLOT(slotBackgroundChanged(int)) ); - if (kapp->authorizeKAction("kicker_rmb") && kapp->authorizeControlModule("kde-kcmtaskbar.desktop")) + if (kapp->authorizeKAction("kicker_rmb") && kapp->authorizeControlModule("tde-kcmtaskbar.desktop")) { m_contextMenu = new TQPopupMenu(); connect(m_contextMenu, TQT_SIGNAL(aboutToShow()), TQT_SLOT(aboutToShowContextMenu())); diff --git a/kicker/applets/taskbar/taskbarapplet.cpp b/kicker/applets/taskbar/taskbarapplet.cpp index 55e5d113f..d317e1cb4 100644 --- a/kicker/applets/taskbar/taskbarapplet.cpp +++ b/kicker/applets/taskbar/taskbarapplet.cpp @@ -43,7 +43,7 @@ extern "C" // FIXME: what about two taskbars? perhaps this should be inserted just once KGlobal::locale()->insertCatalogue( "ktaskbarapplet" ); int options = 0; - if (kapp->authorizeControlModule("kde-kcmtaskbar.desktop")) + if (kapp->authorizeControlModule("tde-kcmtaskbar.desktop")) options = KPanelApplet::Preferences; TaskbarApplet *taskbar = new TaskbarApplet( configFile, KPanelApplet::Stretch, options, parent, "ktaskbarapplet" ); diff --git a/kicker/menuext/tdeprint/print_mnu.cpp b/kicker/menuext/tdeprint/print_mnu.cpp index 9deef5555..4b61b5cf9 100644 --- a/kicker/menuext/tdeprint/print_mnu.cpp +++ b/kicker/menuext/tdeprint/print_mnu.cpp @@ -112,7 +112,7 @@ void PrintMenu::slotExec(int ID) kapp->tdeinitExec("kaddprinterwizard", TQStringList("--serverconfig")); break; case PRINT_MANAGER_ID: - KRun::runCommand("kcmshell kde-printers.desktop"); + KRun::runCommand("kcmshell tde-printers.desktop"); break; case PRINT_BROWSER_ID: KRun::runCommand("kfmclient openProfile filemanagement print:/", "kfmclient", "konqueror"); -- cgit v1.2.1