┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewactionhandler.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-11-09 18:16:30 +0000
committerPeter Penz <[email protected]>2009-11-09 18:16:30 +0000
commitc14e428d943ae558ab3620dce77526b11f8e28e6 (patch)
tree4bdf780fbf2f73dc3202740cb800defe803eab99 /src/dolphinviewactionhandler.cpp
parent232e7eaad76cc027341a6d927ebb905312c4ff4c (diff)
fixed merge issue
svn path=/trunk/KDE/kdebase/apps/; revision=1046789
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 7b0b66fb0..5844fff81 100644
--- a/src/dolphinviewactionhandler.cpp
+++ b/src/dolphinviewactionhandler.cpp
@@ -544,10 +544,3 @@ void DolphinViewActionHandler::slotProperties()
dialog->raise();
dialog->activateWindow();
}
-
-void DolphinViewActionHandler::slotGetServiceMenu()
-{
- KNS::Engine khns(m_currentView);
- khns.init("servicemenu.knsrc");
- khns.downloadDialogModal(m_currentView);
-}