┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/viewpropertiesdialog.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-06-03 15:09:43 +0000
committerPeter Penz <[email protected]>2007-06-03 15:09:43 +0000
commit169882474859a365ded04024faeeb85e8b27e860 (patch)
tree281d468081584bd00f0e0bbdb89efbd2a226d339 /src/viewpropertiesdialog.h
parent19dadee2cfd4471d795b2b72ac0541124aa505ce (diff)
make the Viewproperties dialog less cluttered and smaller
svn path=/trunk/KDE/kdebase/apps/; revision=671030
Diffstat (limited to 'src/viewpropertiesdialog.h')
-rw-r--r--src/viewpropertiesdialog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/viewpropertiesdialog.h b/src/viewpropertiesdialog.h
index 3843fd558..0c130ffcd 100644
--- a/src/viewpropertiesdialog.h
+++ b/src/viewpropertiesdialog.h
@@ -49,8 +49,8 @@ private slots:
void slotApply();
void slotViewModeChanged(int index);
void slotSortingChanged(int index);
- void slotSortOrderChanged(int index);
- void slotCategorizedSortingChanged(int index);
+ void slotSortOrderChanged();
+ void slotCategorizedSortingChanged();
void slotAdditionalInfoChanged(int index);
void slotShowPreviewChanged();
void slotShowHiddenFilesChanged();
@@ -63,8 +63,8 @@ private:
QComboBox* m_viewMode;
QComboBox* m_sorting;
- QComboBox* m_sortOrder;
- QComboBox* m_categorizedSorting;
+ QAction* m_descendingAction;
+ QAction* m_showInGroupsAction;
QComboBox* m_additionalInfo;
QCheckBox* m_showPreview;
QCheckBox* m_showHiddenFiles;