diff options
Diffstat (limited to 'khtml')
-rw-r--r-- | khtml/test_regression_fontoverload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/test_regression_fontoverload.cpp b/khtml/test_regression_fontoverload.cpp index 2e0d86b98..b42feefee 100644 --- a/khtml/test_regression_fontoverload.cpp +++ b/khtml/test_regression_fontoverload.cpp @@ -245,7 +245,7 @@ TQFontDatabase::findFont( TQFont::Script script, const QFontPrivate *fp, // fe->setScale( scale ); QFontCache::Key key( request, script, fp->screen -#if QT_VERSION >= 0x030308 +#if TQT_VERSION >= 0x030308 , fp->paintdevice #endif ); |