┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/viewpropertiesdialog.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2006-12-05 22:48:35 +0000
committerPeter Penz <[email protected]>2006-12-05 22:48:35 +0000
commit8c7e12b1f7ae0699c85c4a0cbf29265a13766d43 (patch)
treec23180df0ebc85ca438bae49a30da35c9e3496c0 /src/viewpropertiesdialog.h
parentd567bc3aea444ff3bc70e4180faaaa1f124be93b (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.h6
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);