]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/viewpropertiesdialog.h
make the Viewproperties dialog less cluttered and smaller
[dolphin.git] / src / viewpropertiesdialog.h
index 3843fd5587fe3b6edbb7739f4152c9e0bdfe9eca..0c130ffcdbe8a7ab07ca8110b5a3b5bb045931f9 100644 (file)
@@ -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;