summaryrefslogtreecommitdiffstats
path: root/kcontrol/konq/fontopts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/konq/fontopts.cpp')
-rw-r--r--kcontrol/konq/fontopts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/konq/fontopts.cpp b/kcontrol/konq/fontopts.cpp
index e7c3fd9cf..1f795c6a8 100644
--- a/kcontrol/konq/fontopts.cpp
+++ b/kcontrol/konq/fontopts.cpp
@@ -56,7 +56,7 @@ KonqFontOptions::KonqFontOptions(TDEConfig *config, TQString group, bool desktop
row++;
- m_pStandard = new KFontCombo( this );
+ m_pStandard = new TDEFontCombo( this );
label = new TQLabel( m_pStandard, i18n("&Standard font:"), this );
lay->addWidget(label,row,0);
lay->addMultiCellWidget(m_pStandard,row,row,1,1);