summaryrefslogtreecommitdiffstats
path: root/tdeui/kcharselect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kcharselect.cpp')
-rw-r--r--tdeui/kcharselect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kcharselect.cpp b/tdeui/kcharselect.cpp
index f20fdc004..e8ff5e6c3 100644
--- a/tdeui/kcharselect.cpp
+++ b/tdeui/kcharselect.cpp
@@ -493,7 +493,7 @@ void KCharSelect::fillFontCombo()
fontDataBase = new TQFontDatabase();
qAddPostRoutine( cleanupFontDatabase );
}
- fontList=fontDataBase->tqfamilies();
+ fontList=fontDataBase->families();
fontCombo->insertStringList( fontList );
}