From 6422ae393ed378f8dcde0bf35e1f8d67a5df2295 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 10 Apr 2007 11:22:56 +0000 Subject: allow to enable the categorization feature for sorting svn path=/trunk/KDE/kdebase/apps/; revision=652200 --- src/dolphinmainwindow.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 4212a0987..bdb7ec59a 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -265,6 +265,9 @@ private slots: /** Switches between an ascending and descending sorting order. */ void toggleSortOrder(); + /** Switches between sorting by categories or not. */ + void toggleSortCategorization(); + /** * Clears any additional information for an item except for the * name and the icon. @@ -364,6 +367,9 @@ private slots: /** Updates the state of the 'Show hidden files' menu action. */ void slotShowHiddenFilesChanged(); + /** Updates the state of the 'Categorized sorting' menu action. */ + void slotCategorizedSortingChanged(); + /** Updates the state of the 'Sort by' actions. */ void slotSortingChanged(DolphinView::Sorting sorting); -- cgit v1.3