┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/detailsviewsettingspage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/detailsviewsettingspage.h')
-rw-r--r--src/detailsviewsettingspage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/detailsviewsettingspage.h b/src/detailsviewsettingspage.h
index 742868de8..177d16f7b 100644
--- a/src/detailsviewsettingspage.h
+++ b/src/detailsviewsettingspage.h
@@ -23,7 +23,7 @@
#include <q3vbox.h>
class QCheckBox;
-class KFontCombo;
+class QFontComboBox;
class QSpinBox;
class QComboBox;
class QRadioButton;
@@ -58,7 +58,7 @@ private:
QRadioButton* m_mediumIconSize;
QRadioButton* m_largeIconSize;
- KFontCombo* m_fontFamilyBox;
+ QFontComboBox* m_fontFamilyBox;
QSpinBox* m_fontSizeBox;
};