┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.h
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2008-01-21 19:42:16 +0000
committerDavid Faure <[email protected]>2008-01-21 19:42:16 +0000
commitaf333d9c7a8f344ed7f2a5cae02b383a5d0ee792 (patch)
treecb587a35800cf91a0697b81088782ef0d543f279 /src/dolphinpart.h
parentc00478bbc1001d10dcfc04e9b0ea251620837e85 (diff)
Make sort/descending available in dolphinpart
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764444
Diffstat (limited to 'src/dolphinpart.h')
-rw-r--r--src/dolphinpart.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h
index 04161b6be..883cf9456 100644
--- a/src/dolphinpart.h
+++ b/src/dolphinpart.h
@@ -136,6 +136,9 @@ private Q_SLOTS:
*/
void createDir();
+ /** Updates the state of the 'Sort Ascending/Descending' action. */
+ void slotSortOrderChanged(Qt::SortOrder);
+
private:
void createActions();
void createGoAction(const char* name, const char* iconName,