diff options
| author | Kevin Ottens <[email protected]> | 2006-11-22 11:34:19 +0000 |
|---|---|---|
| committer | Kevin Ottens <[email protected]> | 2006-11-22 11:34:19 +0000 |
| commit | 9a5f54d83ddc84aa68348058acfcb385ef621577 (patch) | |
| tree | c0c76349d109b038801017d9a813a95969770a5a /src/iconsviewsettingspage.h | |
| parent | 2aac5c21bd3ced4f05f50ede6b0149d5dc207708 (diff) | |
compile++
But crashes while listing folder...
svn path=/trunk/playground/utils/dolphin/; revision=606919
Diffstat (limited to 'src/iconsviewsettingspage.h')
| -rw-r--r-- | src/iconsviewsettingspage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iconsviewsettingspage.h b/src/iconsviewsettingspage.h index ed6637e9c..0ed22a6e1 100644 --- a/src/iconsviewsettingspage.h +++ b/src/iconsviewsettingspage.h @@ -29,7 +29,7 @@ class QComboBox; class QCheckBox; class QPushButton; class QSpinBox; -class KFontCombo; +class QFontComboBox; class PixmapViewer; /** @@ -78,7 +78,7 @@ private: PixmapViewer* m_previewSizeViewer; QComboBox* m_textWidthBox; QComboBox* m_gridSpacingBox; - KFontCombo* m_fontFamilyBox; + QFontComboBox* m_fontFamilyBox; QSpinBox* m_fontSizeBox; QSpinBox* m_textlinesCountBox; QComboBox* m_arrangementBox; |
