┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/columnviewsettingspage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/columnviewsettingspage.h')
-rw-r--r--src/columnviewsettingspage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/columnviewsettingspage.h b/src/columnviewsettingspage.h
index a797a5705..5e16dc67b 100644
--- a/src/columnviewsettingspage.h
+++ b/src/columnviewsettingspage.h
@@ -25,7 +25,7 @@
class DolphinMainWindow;
class DolphinFontRequester;
class IconSizeGroupBox;
-class QComboBox;
+class KComboBox;
/**
* @brief Represents the page from the Dolphin Settings which allows
@@ -55,7 +55,7 @@ private:
private:
IconSizeGroupBox* m_iconSizeGroupBox;
DolphinFontRequester* m_fontRequester;
- QComboBox* m_textWidthBox;
+ KComboBox* m_textWidthBox;
};
#endif