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.cpp | |
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.cpp')
-rw-r--r-- | src/detailsviewsettingspage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detailsviewsettingspage.cpp b/src/detailsviewsettingspage.cpp index f5e2bd7..f99478a 100644 --- a/src/detailsviewsettingspage.cpp +++ b/src/detailsviewsettingspage.cpp @@ -107,7 +107,7 @@ DetailsViewSettingsPage::DetailsViewSettingsPage(TQWidget *parent) : textGroup->setMargin(margin); new TQLabel(i18n("Font family:"), textGroup); - m_fontFamilyBox = new KFontCombo(textGroup); + m_fontFamilyBox = new TDEFontCombo(textGroup); m_fontFamilyBox->setCurrentFont(settings->fontFamily()); new TQLabel(i18n("Font size:"), textGroup); |