From 9a5f54d83ddc84aa68348058acfcb385ef621577 Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Wed, 22 Nov 2006 11:34:19 +0000 Subject: compile++ But crashes while listing folder... svn path=/trunk/playground/utils/dolphin/; revision=606919 --- src/detailsviewsettingspage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/detailsviewsettingspage.h') 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 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; }; -- cgit v1.3