diff options
Diffstat (limited to 'qt/PlatQt.cpp')
-rw-r--r-- | qt/PlatQt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/PlatQt.cpp b/qt/PlatQt.cpp index 4029f43..0f46659 100644 --- a/qt/PlatQt.cpp +++ b/qt/PlatQt.cpp @@ -819,7 +819,7 @@ ColourDesired Platform::ChromeHighlight() const char *Platform::DefaultFont() { - return TQApplication::font().family(); + return TQApplication::font().family().utf8(); } int Platform::DefaultFontSize() |