summaryrefslogtreecommitdiffstats
path: root/kbfxlib/common
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 14:59:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 14:59:46 -0600
commit968c1336d5c84cab8afc437d6771010052625bae (patch)
treeda84468acdd16239db323431582006aa59a77c50 /kbfxlib/common
parent6363c8d6b860b6fa62d6b38eed1d94bb0f049f34 (diff)
downloadkbfx-968c1336d5c84cab8afc437d6771010052625bae.tar.gz
kbfx-968c1336d5c84cab8afc437d6771010052625bae.zip
Rename a number of classes to enhance compatibility with KDE4
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();
}