summaryrefslogtreecommitdiffstats
path: root/src/tools/qcstring.cpp
diff options
context:
space:
mode:
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 *).