summaryrefslogtreecommitdiffstats
path: root/qtinterface/interface_qt3/tqmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/interface_qt3/tqmap.h')
-rw-r--r--qtinterface/interface_qt3/tqmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtinterface/interface_qt3/tqmap.h b/qtinterface/interface_qt3/tqmap.h
index 58ccd40..f33b2c1 100644
--- a/qtinterface/interface_qt3/tqmap.h
+++ b/qtinterface/interface_qt3/tqmap.h
@@ -604,7 +604,7 @@ Q_TYPENAME TQMapPrivate<Key,T>::Iterator TQMapPrivate<Key,T>::insert( TQMapNodeB
#ifdef QT_CHECK_RANGE
# if !defined( QT_NO_DEBUG ) && defined( QT_CHECK_MAP_RANGE )
-# define QT_CHECK_INVALID_MAP_ELEMENT if ( empty() ) qWarning( "TQMap: Warning invalid element" )
+# define QT_CHECK_INVALID_MAP_ELEMENT if ( empty() ) tqWarning( "TQMap: Warning invalid element" )
# define QT_CHECK_INVALID_MAP_ELEMENT_FATAL Q_ASSERT( !empty() );
# else
# define QT_CHECK_INVALID_MAP_ELEMENT