┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewactionhandler.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-01-11 11:35:20 +0000
committerPeter Penz <[email protected]>2010-01-11 11:35:20 +0000
commitaf3bf0958af68ae74045268039b6d3ed7ecc6513 (patch)
tree58f774d4312e13f54d3a34709027c39aa5a608bc /src/dolphinviewactionhandler.cpp
parentcc06711735d53ae1d2d68fa3096d454828bcb531 (diff)
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
Diffstat (limited to 'src/dolphinviewactionhandler.cpp')
-rw-r--r--src/dolphinviewactionhandler.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/dolphinviewactionhandler.cpp b/src/dolphinviewactionhandler.cpp
index 49a5f7e98..200d4e504 100644
--- a/src/dolphinviewactionhandler.cpp
+++ b/src/dolphinviewactionhandler.cpp
@@ -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()