diff options
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index 6f0289f62..4d0412037 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -38,9 +38,6 @@ #include <QListView> #include <QWidget> -class QActionGroup; -class KAction; -class KToggleAction; class DolphinController; class KDirLister; class KFileItemDelegate; @@ -307,34 +304,11 @@ public: void calculateItemCount(int& fileCount, int& folderCount); /** - * Returns the "switch to icons mode" action. - * This code is here to share it between the mainwindow and the part - */ - static KToggleAction* iconsModeAction(KActionCollection* collection); - - /** - * Returns the "switch to details mode" action. - * This code is here to share it between the mainwindow and the part - */ - static KToggleAction* detailsModeAction(KActionCollection* collection); - - /** - * Returns the "switch to columns mode" action. - * This code is here to share it between the mainwindow and the part - */ - static KToggleAction* columnsModeAction(KActionCollection* collection); - - /** * Updates the state of the 'Additional Information' actions in \a collection. */ void updateAdditionalInfoActions(KActionCollection* collection); /** - * Returns the action name corresponding to the current view mode - */ - QString currentViewModeActionName() const; - - /** * Returns the state of the paste action: * first is whether the action should be enabled * second is the text for the action |
