┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2008-02-13 20:52:21 +0000
committerDavid Faure <[email protected]>2008-02-13 20:52:21 +0000
commita8a050952df82d8f9cc1191f410fca7c6a219da3 (patch)
tree154475d23919386097b707f52f218efee6f629a2 /src/dolphinmainwindow.h
parent87ac70706240a4f0e7492d95f9f64d4539ba0c47 (diff)
Provide the "sort by" actions in dolphinpart (konqueror); share and simplify the code by connecting to the actiongroup's signal.
svn path=/trunk/KDE/kdebase/apps/; revision=774699
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index 4f4e765a8..a72047039 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -223,33 +223,6 @@ private slots:
*/
void invertSelection();
- /** The sorting of the current view should be done by the name. */
- void sortByName();
-
- /** The sorting of the current view should be done by the size. */
- void sortBySize();
-
- /** The sorting of the current view should be done by the date. */
- void sortByDate();
-
- /** The sorting of the current view should be done by the permissions. */
- void sortByPermissions();
-
- /** The sorting of the current view should be done by the owner. */
- void sortByOwner();
-
- /** The sorting of the current view should be done by the group. */
- void sortByGroup();
-
- /** The sorting of the current view should be done by the type. */
- void sortByType();
-
- /** The sorting of the current view should be done by the rating. */
- void sortByRating();
-
- /** The sorting of the current view should be done by tags. */
- void sortByTags();
-
/**
* Switches between one and two views:
* If one view is visible, it will get split into two views.
@@ -312,9 +285,6 @@ private slots:
/** Opens the settings dialog for Dolphin. */
void editSettings();
- /** Updates the state of the 'Sort by' actions. */
- void slotSortingChanged(DolphinView::Sorting sorting);
-
/** Updates the state of the 'Show Full Location' action. */
void slotEditableStateChanged(bool editable);