┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.h
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2008-01-28 11:37:08 +0000
committerDavid Faure <[email protected]>2008-01-28 11:37:08 +0000
commita6f5c499ef9b1253415b3887eb51c76fee2ea5c4 (patch)
treef8654bab2b740b06527318445c75b18cc733f08d /src/dolphinpart.h
parentf824a33461508603dbb6c399908684df0d139cc1 (diff)
keep in sync with 4.0 branch (767566)
svn path=/trunk/KDE/kdebase/apps/; revision=767567
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);