fixed merge issue

svn path=/trunk/KDE/kdebase/apps/; revision=1046789
This commit is contained in:
Peter Penz 2009-11-09 18:16:30 +00:00
parent 232e7eaad7
commit c14e428d94

View file

@ -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);
}