]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinviewactionhandler.h
Unify the search interface for non-indexed and indexed folders
[dolphin.git] / src / dolphinviewactionhandler.h
index 5193da71992b980638cc69cc4500beddd5bbdfe7..dbe02a7066ee4bd2fc6e8c49a8b6716c62570458 100644 (file)
 
 #include "dolphinview.h"
 #include "libdolphin_export.h"
+#include <kactionmenu.h>
+#include <kselectaction.h>
 #include <QtCore/QObject>
+
 class KToggleAction;
 class QAction;
 class QActionGroup;
@@ -197,11 +200,6 @@ private Q_SLOTS:
      */
     void slotAdjustViewProperties();
 
-    /**
-     * Opens the Find File dialog for the currently shown directory.
-     */
-    void slotFindFile();
-
     /**
      * Connected to the "properties" action.
      * Opens the properties dialog for the selected items of the
@@ -216,6 +214,7 @@ private:
      * This is called only once (by the constructor)
      */
     void createActions();
+
     /**
      * Creates an action group with all the "show additional information" actions in it.
      * Helper method for createActions();