From d79282c14cc49fc774dbcccfcb6bdfedcac03870 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 19 Jun 2007 16:00:21 +0000 Subject: * move the "[ ] Show in Groups" checkbox from "View->Sort By" directly to "View" * same for the viewproperties dialog: don't hide "Show in Groups" under "Sorting" svn path=/trunk/KDE/kdebase/apps/; revision=677641 --- src/viewpropertiesdialog.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/viewpropertiesdialog.h') diff --git a/src/viewpropertiesdialog.h b/src/viewpropertiesdialog.h index 0c130ffcd..09a63336c 100644 --- a/src/viewpropertiesdialog.h +++ b/src/viewpropertiesdialog.h @@ -49,7 +49,7 @@ private slots: void slotApply(); void slotViewModeChanged(int index); void slotSortingChanged(int index); - void slotSortOrderChanged(); + void slotSortOrderChanged(int index); void slotCategorizedSortingChanged(); void slotAdditionalInfoChanged(int index); void slotShowPreviewChanged(); @@ -62,11 +62,11 @@ private: ViewProperties* m_viewProps; QComboBox* m_viewMode; + QComboBox* m_sortOrder; QComboBox* m_sorting; - QAction* m_descendingAction; - QAction* m_showInGroupsAction; QComboBox* m_additionalInfo; QCheckBox* m_showPreview; + QCheckBox* m_showInGroups; QCheckBox* m_showHiddenFiles; QRadioButton* m_applyToCurrentFolder; QRadioButton* m_applyToSubFolders; -- cgit v1.3