summaryrefslogtreecommitdiffstats
path: root/src/kernel/qfont_x11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qfont_x11.cpp')
-rw-r--r--src/kernel/qfont_x11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/qfont_x11.cpp b/src/kernel/qfont_x11.cpp
index 82120732e..4e2c6f014 100644
--- a/src/kernel/qfont_x11.cpp
+++ b/src/kernel/qfont_x11.cpp
@@ -355,7 +355,7 @@ void TQFontPrivate::load( TQFont::Script script )
#endif // QT_CHECK_STATE
TQFontDef req = request;
- req.pixelSize = qRound(pixelSize(req, paintdevice, screen));
+ req.pixelSize = tqRound(pixelSize(req, paintdevice, screen));
req.pointSize = 0;
if ( ! engineData ) {