From 169882474859a365ded04024faeeb85e8b27e860 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 3 Jun 2007 15:09:43 +0000 Subject: make the Viewproperties dialog less cluttered and smaller svn path=/trunk/KDE/kdebase/apps/; revision=671030 --- src/viewpropertiesdialog.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/viewpropertiesdialog.h') 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; -- cgit v1.3