┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/viewpropertiesdialog.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-06-19 16:00:21 +0000
committerPeter Penz <[email protected]>2007-06-19 16:00:21 +0000
commitd79282c14cc49fc774dbcccfcb6bdfedcac03870 (patch)
tree187997add325ec1c4fb5d79de75a0f36fd966dbc /src/viewpropertiesdialog.h
parent15d26d141e89e9d2304347ea7f7c8ebf9d00d4d5 (diff)
* 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
Diffstat (limited to 'src/viewpropertiesdialog.h')
-rw-r--r--src/viewpropertiesdialog.h6
1 files changed, 3 insertions, 3 deletions
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;