diff options
Diffstat (limited to 'src/kernel/qfont_x11.cpp')
-rw-r--r-- | src/kernel/qfont_x11.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/qfont_x11.cpp b/src/kernel/qfont_x11.cpp index fea0b58..b14d953 100644 --- a/src/kernel/qfont_x11.cpp +++ b/src/kernel/qfont_x11.cpp @@ -350,7 +350,7 @@ void QFontPrivate::load( QFont::Script script ) #ifdef QT_CHECK_STATE // sanity checks if (!QFontCache::instance) - qWarning("Must construct a QApplication before a QFont"); + tqWarning("Must construct a QApplication before a QFont"); Q_ASSERT( script >= 0 && script < QFont::LastPrivateScript ); #endif // QT_CHECK_STATE @@ -521,7 +521,7 @@ void QFont::setRawName( const QString &name ) if ( ! qt_fillFontDef( qt_fixXLFD( name.latin1() ), &d->request, d->screen ) ) { #ifdef QT_CHECK_STATE - qWarning("QFont::setRawName(): Invalid XLFD: \"%s\"", name.latin1()); + tqWarning("QFont::setRawName(): Invalid XLFD: \"%s\"", name.latin1()); #endif // QT_CHECK_STATE setFamily( name ); @@ -650,7 +650,7 @@ QString QFont::lastResortFont() const } #if defined(CHECK_NULL) - qFatal( "QFontPrivate::lastResortFont: Cannot find any reasonable font" ); + tqFatal( "QFontPrivate::lastResortFont: Cannot find any reasonable font" ); #endif return last; |