diff options
| author | Peter Penz <[email protected]> | 2006-12-05 22:48:35 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2006-12-05 22:48:35 +0000 |
| commit | 8c7e12b1f7ae0699c85c4a0cbf29265a13766d43 (patch) | |
| tree | c23180df0ebc85ca438bae49a30da35c9e3496c0 /src/viewpropertiesdialog.h | |
| parent | d567bc3aea444ff3bc70e4180faaaa1f124be93b (diff) | |
Applying view properties recursively to sub directories works again (TODO: rewrite ViewPropsApplier completely as KJob implementation).
svn path=/trunk/playground/utils/dolphin/; revision=610887
Diffstat (limited to 'src/viewpropertiesdialog.h')
| -rw-r--r-- | src/viewpropertiesdialog.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/viewpropertiesdialog.h b/src/viewpropertiesdialog.h index adaf8f45d..79500a998 100644 --- a/src/viewpropertiesdialog.h +++ b/src/viewpropertiesdialog.h @@ -45,11 +45,9 @@ public: ViewPropertiesDialog(DolphinView* dolphinView); virtual ~ViewPropertiesDialog(); -protected slots: - virtual void slotOk(); - virtual void slotApply(); - private slots: + void slotOk(); + void slotApply(); void slotViewModeChanged(int index); void slotSortingChanged(int index); void slotSortOrderChanged(int index); |
