summaryrefslogtreecommitdiffstats
path: root/src/tools/qcstring.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/qcstring.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/tools/qcstring.cpp')
-rw-r--r--src/tools/qcstring.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/qcstring.cpp b/src/tools/qcstring.cpp
index ac7fa4750..60e698f34 100644
--- a/src/tools/qcstring.cpp
+++ b/src/tools/qcstring.cpp
@@ -39,9 +39,9 @@
**
**********************************************************************/
-#include "qstring.h"
-#include "qregexp.h"
-#include "qdatastream.h"
+#include "ntqstring.h"
+#include "ntqregexp.h"
+#include "ntqdatastream.h"
#ifdef QT_THREAD_SUPPORT
# include <private/qmutexpool_p.h>
@@ -568,7 +568,7 @@ TQDataStream &operator>>( TQDataStream &s, TQByteArray &a )
*****************************************************************************/
/*!
- \class TQCString qcstring.h
+ \class TQCString ntqcstring.h
\reentrant
\brief The TQCString class provides an abstraction of the classic C
zero-terminated char array (char *).