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