summaryrefslogtreecommitdiffstats
path: root/src/detailsviewsettingspage.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 14:58:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 14:58:49 -0600
commit6240d69b1f11d3e6c59df5f736549b1fafc49dd0 (patch)
treeda2273cc419ec68179c86f7deccfc0f5fdfe9181 /src/detailsviewsettingspage.cpp
parent5f2980e30e8c46f5bc9ac8b2694e3465d02424ff (diff)
downloaddolphin-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.cpp2
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);