#include "dolphinview.h"
#include "libdolphin_export.h"
+#include <kactionmenu.h>
+#include <kselectaction.h>
#include <QtCore/QObject>
+
class KToggleAction;
class QAction;
class QActionGroup;
*/
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
* 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();