diff options
Diffstat (limited to 'src/sql/qsqlpropertymap.cpp')
-rw-r--r-- | src/sql/qsqlpropertymap.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sql/qsqlpropertymap.cpp b/src/sql/qsqlpropertymap.cpp index 9d619a016..2d32583c3 100644 --- a/src/sql/qsqlpropertymap.cpp +++ b/src/sql/qsqlpropertymap.cpp @@ -221,7 +221,7 @@ TQVariant TQSqlPropertyMap::property( TQWidget * widget ) if ( !mo ) { #ifdef QT_CHECK_RANGE - qWarning("TQSqlPropertyMap::property: %s does not exist", widget->metaObject()->className() ); + tqWarning("TQSqlPropertyMap::property: %s does not exist", widget->metaObject()->className() ); #endif return TQVariant(); } @@ -240,7 +240,7 @@ void TQSqlPropertyMap::setProperty( TQWidget * widget, const TQVariant & value ) mo = mo->superClass(); if ( !mo ) { #ifdef QT_CHECK_RANGE - qWarning("TQSqlPropertyMap::setProperty: %s not handled by TQSqlPropertyMap", widget->metaObject()->className() ); + tqWarning("TQSqlPropertyMap::setProperty: %s not handled by TQSqlPropertyMap", widget->metaObject()->className() ); #endif return; } |