]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinview.h
Move the Ctrl-wheel zoom handling to dolphinview.
[dolphin.git] / src / dolphinview.h
index 201cc0785ae07873d22157b905b8664edda5b8ba..f1500429b23f577a49c1fe710ef3949437ae9fd7 100644 (file)
@@ -322,60 +322,6 @@ public:
      */
     static KToggleAction* columnsModeAction(KActionCollection* collection);
 
-    /**
-     * Creates the rename action.
-     * This code is here to share it between the mainwindow and the part
-     */
-    static KAction* createRenameAction(KActionCollection* collection);
-
-    /**
-     * Creates the "move to trash" action.
-     * This code is here to share it between the mainwindow and the part
-     */
-    static KAction* createMoveToTrashAction(KActionCollection* collection);
-
-    /**
-     * Creates the delete action.
-     * This code is here to share it between the mainwindow and the part
-     */
-    static KAction* createDeleteAction(KActionCollection* collection);
-
-    /**
-     * Creates the "new directory" action.
-     * This code is here to share it between the mainwindow and the part
-     */
-    static KAction* createNewDirAction(KActionCollection* collection);
-
-    /**
-     * Creates the "sort descending" action.
-     * This code is here to share it between the mainwindow and the part
-     */
-    static KAction* createSortDescendingAction(KActionCollection* collection);
-
-    /**
-     * Creates an action group with all the "show additional information" actions in it.
-     * This code is here to share it between the mainwindow and the part
-     */
-    static QActionGroup* createAdditionalInformationActionGroup(KActionCollection* collection);
-
-    /**
-     * Creates the "show preview" action.
-     * This code is here to share it between the mainwindow and the part
-     */
-    static KAction* createShowPreviewAction(KActionCollection* collection);
-
-    /**
-     * Creates the "show in groups" action.
-     * This code is here to share it between the mainwindow and the part
-     */
-    static KAction* createShowInGroupsAction(KActionCollection* collection);
-
-    /**
-     * Creates the "show hidden files" action.
-     * This code is here to share it between the mainwindow and the part
-     */
-    static KAction* createShowHiddenFilesAction(KActionCollection* collection);
-
     /**
      * Updates the state of the 'Additional Information' actions in \a collection.
      */
@@ -566,6 +512,7 @@ signals:
 protected:
     /** @see QWidget::mouseReleaseEvent */
     virtual void mouseReleaseEvent(QMouseEvent* event);
+    virtual void wheelEvent(QWheelEvent* event);
 
 private slots:
     /**