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 6cb1f0477..ace147496 100644
--- a/tdeui/kcharselect.cpp
+++ b/tdeui/kcharselect.cpp
@@ -491,7 +491,7 @@ void KCharSelect::fillFontCombo()
{
if ( !fontDataBase ) {
fontDataBase = new TQFontDatabase();
- qAddPostRoutine( cleanupFontDatabase );
+ tqAddPostRoutine( cleanupFontDatabase );
}
fontList=fontDataBase->families();
fontCombo->insertStringList( fontList );