summaryrefslogtreecommitdiffstats
path: root/src/tools/ntqtl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/ntqtl.h')
-rw-r--r--src/tools/ntqtl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/ntqtl.h b/src/tools/ntqtl.h
index ee601c157..a282b9c9c 100644
--- a/src/tools/ntqtl.h
+++ b/src/tools/ntqtl.h
@@ -47,7 +47,7 @@
#include "ntqstring.h"
#endif // QT_H
-#ifndef QT_NO_TEXTSTREAM
+#ifndef TQT_NO_TEXTSTREAM
template <class T>
class TQTextOStreamIterator
{
@@ -69,7 +69,7 @@ public:
TQTextOStreamIterator<T>& operator++() { return *this; }
TQTextOStreamIterator<T>& operator++(int) { return *this; }
};
-#endif //QT_NO_TEXTSTREAM
+#endif //TQT_NO_TEXTSTREAM
template <class InputIterator, class OutputIterator>
inline OutputIterator tqCopy( InputIterator _begin, InputIterator _end,