]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinviewactionhandler.h
Clean up includes
[dolphin.git] / src / views / dolphinviewactionhandler.h
index e80ffc0dffb426b1882ec302aca99cc90fce6bc3..bf664f73172a3cf408c596f89d91732b2b8b5f86 100644 (file)
@@ -23,8 +23,6 @@
 #define DOLPHINVIEWACTIONHANDLER_H
 
 #include "libdolphin_export.h"
-#include <KActionMenu>
-#include <KSelectAction>
 #include "views/dolphinview.h"
 #include <QObject>
 
@@ -112,7 +110,7 @@ private Q_SLOTS:
      * Moves the selected items of the active view to the trash.
      * This methods adds "shift means del" handling.
      */
-    void slotTrashActivated(Qt::MouseButtons, Qt::KeyboardModifiers);
+    void slotTrashActivated();
 
     /**
      * Deletes the selected items of the active view.