X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/2f0b7cc810b3b04de5194171cbb126e4e544da90..d6488887ecf69d7f192b94de8dce34fae0b7eb76:/src/detailsviewsettingspage.h diff --git a/src/detailsviewsettingspage.h b/src/detailsviewsettingspage.h index 7880527ab..79986f1ba 100644 --- a/src/detailsviewsettingspage.h +++ b/src/detailsviewsettingspage.h @@ -25,8 +25,6 @@ class DolphinMainWindow; class KFontRequester; class QCheckBox; -class QSpinBox; -class QComboBox; class QRadioButton; /** @@ -56,11 +54,6 @@ private: private: DolphinMainWindow* m_mainWindow; - QCheckBox* m_dateBox; - QCheckBox* m_permissionsBox; - QCheckBox* m_ownerBox; - QCheckBox* m_groupBox; - QCheckBox* m_typeBox; QRadioButton* m_smallIconSize; QRadioButton* m_mediumIconSize; QRadioButton* m_largeIconSize;