diff options
| author | David Faure <[email protected]> | 2008-01-28 11:37:08 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2008-01-28 11:37:08 +0000 |
| commit | a6f5c499ef9b1253415b3887eb51c76fee2ea5c4 (patch) | |
| tree | f8654bab2b740b06527318445c75b18cc733f08d /src/dolphinpart.h | |
| parent | f824a33461508603dbb6c399908684df0d139cc1 (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.h | 9 |
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); |
