Don't offer the "Get Service Menu..." action as public action that can be added to the toolbar (the action should only be available in the Dolphin preferences).

BUG: 221766

svn path=/trunk/KDE/kdebase/apps/; revision=1073009
This commit is contained in:
Peter Penz 2010-01-11 11:35:20 +00:00
parent cc06711735
commit af3bf0958a

View file

@ -181,13 +181,6 @@ void DolphinViewActionHandler::createActions()
findFile->setShortcut(Qt::CTRL | Qt::Key_F);
findFile->setIcon(KIcon("edit-find"));
connect(findFile, SIGNAL(triggered()), this, SLOT(slotFindFile()));
// Settings menu
KAction* getServiceMenu = m_actionCollection->addAction("get_servicemenu");
getServiceMenu->setText(i18nc("@action:inmenu Settings", "Get Service Menu..."));
getServiceMenu->setIcon(KIcon("get-hot-new-stuff"));
connect(getServiceMenu, SIGNAL(triggered()), this, SLOT(slotGetServiceMenu()));
}
QActionGroup* DolphinViewActionHandler::createAdditionalInformationActionGroup()