summaryrefslogtreecommitdiffstats
path: root/src/tools/qtextstream.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
committerTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /src/tools/qtextstream.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
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.