diff options
Diffstat (limited to 'kommander/editor/propertyeditor.cpp')
-rw-r--r-- | kommander/editor/propertyeditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/editor/propertyeditor.cpp b/kommander/editor/propertyeditor.cpp index bb35c570..ed5e68d5 100644 --- a/kommander/editor/propertyeditor.cpp +++ b/kommander/editor/propertyeditor.cpp @@ -102,7 +102,7 @@ static void cleanupFontDatabase() static TQStringList getFontList() { if ( !fontDataBase ) { - fontDataBase = new QFontDatabase; + fontDataBase = new TQFontDatabase; qAddPostRoutine( cleanupFontDatabase ); } return fontDataBase->families(); |