#include <kparts/part.h>
#include <kparts/browserextension.h>
+class DolphinViewActionHandler;
class QActionGroup;
class KAction;
class KFileItemList;
void updatePasteAction();
/**
- * Connected to the "move_to_trash" action; adds "shift means del" handling.
+ * Connected to all "Go" menu actions provided by DolphinPart
*/
- void slotTrashActivated(Qt::MouseButtons, Qt::KeyboardModifiers);
+ void slotGoTriggered(QAction* action);
/**
- * Connected to the key shortcut for "new directory" (F10)
+ * Connected to the "editMimeType" action
*/
- void slotNewDir();
+ void slotEditMimeType();
/**
- * Connected to all "Go" menu actions provided by DolphinPart
+ * Connected to the "properties" action
*/
- void slotGoTriggered(QAction* action);
+ void slotProperties();
private:
void createActions();
private:
DolphinView* m_view;
+ DolphinViewActionHandler* m_actionHandler;
KDirLister* m_dirLister;
DolphinModel* m_dolphinModel;
DolphinSortFilterProxyModel* m_proxyModel;