summaryrefslogtreecommitdiffstats
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 d899fe9..e3fbeb3 100644
--- a/src/detailsviewsettingspage.h
+++ b/src/detailsviewsettingspage.h
@@ -23,7 +23,7 @@
#include <tqvbox.h>
class TQCheckBox;
-class KFontCombo;
+class TDEFontCombo;
class TQSpinBox;
class TQComboBox;
class TQRadioButton;
@@ -59,7 +59,7 @@ private:
TQRadioButton* m_mediumIconSize;
TQRadioButton* m_largeIconSize;
- KFontCombo* m_fontFamilyBox;
+ TDEFontCombo* m_fontFamilyBox;
TQSpinBox* m_fontSizeBox;
};