diff options
Diffstat (limited to 'src/tools/ntqstrvec.h')
-rw-r--r-- | src/tools/ntqstrvec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/ntqstrvec.h b/src/tools/ntqstrvec.h index f69f6273b..a1c538663 100644 --- a/src/tools/ntqstrvec.h +++ b/src/tools/ntqstrvec.h @@ -59,7 +59,7 @@ private: int compareItems( Item s1, Item s2 ) { return qstrcmp((const char*)s1, (const char*)s2); } -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM TQDataStream &read( TQDataStream &s, Item &d ) { s >> (char *&)d; return s; } TQDataStream &write( TQDataStream &s, Item d ) const |