diff options
Diffstat (limited to 'src/columnviewsettingspage.h')
| -rw-r--r-- | src/columnviewsettingspage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/columnviewsettingspage.h b/src/columnviewsettingspage.h index 2cc96b203..a797a5705 100644 --- a/src/columnviewsettingspage.h +++ b/src/columnviewsettingspage.h @@ -25,7 +25,7 @@ class DolphinMainWindow; class DolphinFontRequester; class IconSizeGroupBox; -class QSlider; +class QComboBox; /** * @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; + QComboBox* m_textWidthBox; }; #endif |
