┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.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/dolphinmainwindow.h
parentf824a33461508603dbb6c399908684df0d139cc1 (diff)
keep in sync with 4.0 branch (767566)
svn path=/trunk/KDE/kdebase/apps/; revision=767567
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index 444a4a946..37cdcb43e 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -271,7 +271,7 @@ private slots:
void toggleSortOrder();
/** Switches between sorting by categories or not. */
- void toggleSortCategorization();
+ void toggleSortCategorization(bool);
/**
* Switches on or off the displaying of additional information
@@ -293,19 +293,17 @@ private slots:
void stopLoading();
/** Switches between showing a preview of the file content and showing the icon. */
- void togglePreview();
+ void togglePreview(bool);
/**
- * Switches between showing and hiding of hidden marked files dependent
- * from the current state of the 'Show Hidden Files' menu toggle action.
+ * Switches between showing and hiding of hidden marked files
*/
- void toggleShowHiddenFiles();
+ void toggleShowHiddenFiles(bool);
/**
- * Toggles between showing and hiding of the filter bar dependent
- * from the current state of the 'Show Filter Bar' menu toggle action.
+ * Toggles between showing and hiding of the filter bar
*/
- void toggleFilterBarVisibility();
+ void toggleFilterBarVisibility(bool show);
/** Increases the size of the current set view mode. */
void zoomIn();