diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 14:58:49 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 14:58:49 -0600 |
commit | 6240d69b1f11d3e6c59df5f736549b1fafc49dd0 (patch) | |
tree | da2273cc419ec68179c86f7deccfc0f5fdfe9181 /src/detailsviewsettingspage.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/detailsviewsettingspage.h')
-rw-r--r-- | src/detailsviewsettingspage.h | 4 |
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; }; |