┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/viewpropertiesdialog.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-04-10 11:22:56 +0000
committerPeter Penz <[email protected]>2007-04-10 11:22:56 +0000
commit6422ae393ed378f8dcde0bf35e1f8d67a5df2295 (patch)
tree8ebf2bfde66c50244ba86734cead36d4bb7250b5 /src/viewpropertiesdialog.h
parent5b5a7b8da8cb3ee6bbb9f7450c87fca5de41dc05 (diff)
allow to enable the categorization feature for sorting
svn path=/trunk/KDE/kdebase/apps/; revision=652200
Diffstat (limited to 'src/viewpropertiesdialog.h')
-rw-r--r--src/viewpropertiesdialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/viewpropertiesdialog.h b/src/viewpropertiesdialog.h
index 2454137bb..3843fd558 100644
--- a/src/viewpropertiesdialog.h
+++ b/src/viewpropertiesdialog.h
@@ -50,6 +50,7 @@ private slots:
void slotViewModeChanged(int index);
void slotSortingChanged(int index);
void slotSortOrderChanged(int index);
+ void slotCategorizedSortingChanged(int index);
void slotAdditionalInfoChanged(int index);
void slotShowPreviewChanged();
void slotShowHiddenFilesChanged();
@@ -63,6 +64,7 @@ private:
QComboBox* m_viewMode;
QComboBox* m_sorting;
QComboBox* m_sortOrder;
+ QComboBox* m_categorizedSorting;
QComboBox* m_additionalInfo;
QCheckBox* m_showPreview;
QCheckBox* m_showHiddenFiles;