]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/columnviewsettingspage.h
Fix the problem of the palette not being updated... this is a workaround. It should...
[dolphin.git] / src / columnviewsettingspage.h
index 270ee5ff44084ab591aecebad73df6eadd05e9e8..e5780d989cc497a01d470e629c0d7ced4a7501ef 100644 (file)
@@ -24,9 +24,7 @@
 
 class DolphinMainWindow;
 class KFontRequester;
-class QCheckBox;
-class QSpinBox;
-class QComboBox;
+class QSlider;
 class QRadioButton;
 
 /**
@@ -48,12 +46,19 @@ public:
      */
     void applySettings();
 
+    /** Restores the settings to default values. */
+    void restoreDefaults();
+
+private:
+    void loadSettings();
+
 private:
     DolphinMainWindow* m_mainWindow;
     QRadioButton* m_smallIconSize;
     QRadioButton* m_mediumIconSize;
     QRadioButton* m_largeIconSize;
     KFontRequester* m_fontRequester;
+    QSlider* m_columnWidthSlider;
 };
 
 #endif