]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinpart.h
Hide the "Sort by Rating" and "Sort by Tags" menu entries for KDE 4.0, as currently...
[dolphin.git] / src / dolphinpart.h
index 114c21d3178ffb3725f1218441109f99da29a96a..2a512eddb29f0172ae59f44f1d22ed2b82ea4398 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <kparts/part.h>
 #include <kparts/browserextension.h>
+class KAction;
 class KFileItemList;
 class KFileItem;
 class DolphinPartBrowserExtension;
@@ -108,6 +109,13 @@ private Q_SLOTS:
      */
     void updatePasteAction();
 
+    /**
+     * Connected to the "move_to_trash" action; adds "shift means del" handling.
+     */
+    void slotTrashActivated(Qt::MouseButtons, Qt::KeyboardModifiers);
+
+    void slotNewDir();
+
 private:
     void createActions();