summaryrefslogtreecommitdiffstats
path: root/src/tools/qtextstream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qtextstream.cpp')
-rw-r--r--src/tools/qtextstream.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/tools/qtextstream.cpp b/src/tools/qtextstream.cpp
index 55c9005cb..9c2d0dfb8 100644
--- a/src/tools/qtextstream.cpp
+++ b/src/tools/qtextstream.cpp
@@ -38,13 +38,13 @@
**
**********************************************************************/
-#include "qtextstream.h"
+#include "ntqtextstream.h"
#ifndef QT_NO_TEXTSTREAM
-#include "qtextcodec.h"
-#include "qregexp.h"
-#include "qbuffer.h"
-#include "qfile.h"
+#include "ntqtextcodec.h"
+#include "ntqregexp.h"
+#include "ntqbuffer.h"
+#include "ntqfile.h"
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
@@ -57,7 +57,7 @@
#endif
/*!
- \class TQTextStream qtextstream.h
+ \class TQTextStream ntqtextstream.h
\reentrant
\brief The TQTextStream class provides basic functions for reading
and writing text using a TQIODevice.
@@ -2374,7 +2374,7 @@ TQTextStream &reset( TQTextStream &s )
/*!
- \class TQTextIStream qtextstream.h
+ \class TQTextIStream ntqtextstream.h
\reentrant
\brief The TQTextIStream class is a convenience class for input streams.