class DolphinMainWindow;
class DolphinFontRequester;
class IconSizeGroupBox;
-class QSlider;
+class KComboBox;
/**
* @brief Represents the page from the Dolphin Settings which allows
private:
IconSizeGroupBox* m_iconSizeGroupBox;
DolphinFontRequester* m_fontRequester;
- QSlider* m_columnWidthSlider;
+ KComboBox* m_textWidthBox;
};
#endif