]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Don't offer the "Get Service Menu..." action as public action that can be added to...
authorPeter Penz <peter.penz19@gmail.com>
Mon, 11 Jan 2010 11:35:20 +0000 (11:35 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Mon, 11 Jan 2010 11:35:20 +0000 (11:35 +0000)
BUG: 221766

svn path=/trunk/KDE/kdebase/apps/; revision=1073009

src/dolphinviewactionhandler.cpp

index 49a5f7e984246631315f3298286d76f7355c51ae..200d4e504d5fda8a07997ba20d7a3116a199e36a 100644 (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()