]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/columnviewsettingspage.h
use a smaller step size when using the scroll wheel
[dolphin.git] / src / columnviewsettingspage.h
index 2cc96b2031a3b87fcb2573e4173af704ae4c6123..5e16dc67bc47bfb4f4e83e051380212f4f06f2af 100644 (file)
@@ -25,7 +25,7 @@
 class DolphinMainWindow;
 class DolphinFontRequester;
 class IconSizeGroupBox;
-class QSlider;
+class KComboBox;
 
 /**
  * @brief Represents the page from the Dolphin Settings which allows
@@ -55,7 +55,7 @@ private:
 private:
     IconSizeGroupBox* m_iconSizeGroupBox;
     DolphinFontRequester* m_fontRequester;
-    QSlider* m_columnWidthSlider;
+    KComboBox* m_textWidthBox;
 };
 
 #endif