X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/ad85be955bc34f9ed9aa69f4453f26f57bf85e04..49eb864b03b6370e403c6f048ab18d1478eab045:/src/dolphinviewactionhandler.h diff --git a/src/dolphinviewactionhandler.h b/src/dolphinviewactionhandler.h index 5193da719..dbe02a706 100644 --- a/src/dolphinviewactionhandler.h +++ b/src/dolphinviewactionhandler.h @@ -23,7 +23,10 @@ #include "dolphinview.h" #include "libdolphin_export.h" +#include +#include #include + 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();