summaryrefslogtreecommitdiffstats
path: root/kbfxlib/common
diff options
context:
space:
mode:
Diffstat (limited to 'kbfxlib/common')
-rw-r--r--kbfxlib/common/kbfxfontchooser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbfxlib/common/kbfxfontchooser.cpp b/kbfxlib/common/kbfxfontchooser.cpp
index 2ebf7d9..932e865 100644
--- a/kbfxlib/common/kbfxfontchooser.cpp
+++ b/kbfxlib/common/kbfxfontchooser.cpp
@@ -72,7 +72,7 @@ void KBFXFontChooser::updateFontLabel()
void KBFXFontChooser::buttonClicked()
{
- KFontDialog::getFont ( m_font );
+ TDEFontDialog::getFont ( m_font );
updateFontLabel();
}