┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.h
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2008-01-28 11:33:49 +0000
committerDavid Faure <[email protected]>2008-01-28 11:33:49 +0000
commitcdc40d4398510878e5ff5926be3f87e6ac5108c9 (patch)
tree43f331acaabd4bdf7f61c5c9261d91ba935b352a /src/dolphinpart.h
parent83f2397774dc110f7e006f450777088810908b12 (diff)
Centralize three more actions so that they are available in DolphinPart: 'Show preview' 'Show hidden files' 'Categorized sorting'
Found a way of sharing the actions with even less code duplication, discussed it with Peter, but this will be for after 4.0.1 svn path=/branches/KDE/4.0/kdebase/apps/; revision=767566
Diffstat (limited to 'src/dolphinpart.h')
-rw-r--r--src/dolphinpart.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h
index 3d9ec0306..797c34d71 100644
--- a/src/dolphinpart.h
+++ b/src/dolphinpart.h
@@ -136,6 +136,15 @@ private Q_SLOTS:
*/
void createDir();
+ /** Updates the state of the 'Show preview' menu action. */
+ void slotShowPreviewChanged();
+
+ /** 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 Ascending/Descending' action. */
void slotSortOrderChanged(Qt::SortOrder);