diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 14:58:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 14:58:49 -0600 |
commit | 6240d69b1f11d3e6c59df5f736549b1fafc49dd0 (patch) | |
tree | da2273cc419ec68179c86f7deccfc0f5fdfe9181 /src/iconsviewsettingspage.h | |
parent | 5f2980e30e8c46f5bc9ac8b2694e3465d02424ff (diff) | |
download | dolphin-6240d69b1f11d3e6c59df5f736549b1fafc49dd0.tar.gz dolphin-6240d69b1f11d3e6c59df5f736549b1fafc49dd0.zip |
Rename a number of classes to enhance compatibility with KDE4
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 1fae4c1..20d16a3 100644 --- a/src/iconsviewsettingspage.h +++ b/src/iconsviewsettingspage.h @@ -29,7 +29,7 @@ class TQComboBox; class TQCheckBox; class TQPushButton; class TQSpinBox; -class KFontCombo; +class TDEFontCombo; class PixmapViewer; /** @@ -79,7 +79,7 @@ private: PixmapViewer* m_previewSizeViewer; TQComboBox* m_textWidthBox; TQComboBox* m_gridSpacingBox; - KFontCombo* m_fontFamilyBox; + TDEFontCombo* m_fontFamilyBox; TQSpinBox* m_fontSizeBox; TQSpinBox* m_textlinesCountBox; TQComboBox* m_arrangementBox; |