summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KFontDialog_local.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/KFontDialog_local.cpp')
-rw-r--r--lib/kotext/KFontDialog_local.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kotext/KFontDialog_local.cpp b/lib/kotext/KFontDialog_local.cpp
index edefb8e56..393488c90 100644
--- a/lib/kotext/KFontDialog_local.cpp
+++ b/lib/kotext/KFontDialog_local.cpp
@@ -654,7 +654,7 @@ void KFontChooser_local::setupDisplay()
void KFontChooser_local::getFontList( TQStringList &list, uint fontListCriteria)
{
TQFontDatabase dbase;
- TQStringList lstSys(dbase.tqfamilies());
+ TQStringList lstSys(dbase.families());
// if we have criteria; then check fonts before adding
if (fontListCriteria)