diff options
author | Michele Calgaro <[email protected]> | 2018-10-17 19:54:04 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-10-17 19:54:04 +0900 |
commit | 19da58656a063c39e48f251be084182cf2e68a8e (patch) | |
tree | c2159647f682c583da46704a246ea33d0900a7c3 /qtinterface/interface_tqt3/tqvaluelist.h | |
parent | b485e990f30d3e434ae1366f1805dc833afa9845 (diff) | |
download | tqtinterface-19da58656a063c39e48f251be084182cf2e68a8e.tar.gz tqtinterface-19da58656a063c39e48f251be084182cf2e68a8e.zip |
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'qtinterface/interface_tqt3/tqvaluelist.h')
-rw-r--r-- | qtinterface/interface_tqt3/tqvaluelist.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qtinterface/interface_tqt3/tqvaluelist.h b/qtinterface/interface_tqt3/tqvaluelist.h index 73474c6..6237fde 100644 --- a/qtinterface/interface_tqt3/tqvaluelist.h +++ b/qtinterface/interface_tqt3/tqvaluelist.h @@ -422,7 +422,7 @@ void TQValueListPrivate<T>::clear() } #ifdef QT_CHECK_RANGE -# if !defined( QT_NO_DEBUG ) && defined( QT_CHECK_VALUELIST_RANGE ) +# if !defined( TQT_NO_DEBUG ) && defined( QT_CHECK_VALUELIST_RANGE ) # define QT_CHECK_INVALID_LIST_ELEMENT if ( empty() ) qWarning( "TQValueList: Warning invalid element" ) # define QT_CHECK_INVALID_LIST_ELEMENT_FATAL Q_ASSERT( !empty() ); # else @@ -684,7 +684,7 @@ void TQValueList<T>::detachInternal() sh->deref(); sh = new TQValueListPrivate<T>( *sh ); } -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM template <class T> QDataStream& operator>>( QDataStream& s, TQValueList<T>& l ) { @@ -711,7 +711,7 @@ QDataStream& operator<<( QDataStream& s, const TQValueList<T>& l ) s << *it; return s; } -#endif // QT_NO_DATASTREAM +#endif // TQT_NO_DATASTREAM /****************************************************************************/ |