summaryrefslogtreecommitdiffstats
path: root/src/tools/qregexp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qregexp.cpp')
-rw-r--r--src/tools/qregexp.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/tools/qregexp.cpp b/src/tools/qregexp.cpp
index 133e04eb..81e16013 100644
--- a/src/tools/qregexp.cpp
+++ b/src/tools/qregexp.cpp
@@ -38,22 +38,22 @@
**
**********************************************************************/
-#include "qregexp.h"
+#include "ntqregexp.h"
#ifndef QT_NO_REGEXP
-#include "qmemarray.h"
-#include "qbitarray.h"
-#include "qcache.h"
-#include "qcleanuphandler.h"
-#include "qintdict.h"
-#include "qmap.h"
-#include "qptrvector.h"
-#include "qstring.h"
-#include "qtl.h"
+#include "ntqmemarray.h"
+#include "ntqbitarray.h"
+#include "ntqcache.h"
+#include "ntqcleanuphandler.h"
+#include "ntqintdict.h"
+#include "ntqmap.h"
+#include "ntqptrvector.h"
+#include "ntqstring.h"
+#include "ntqtl.h"
#ifdef QT_THREAD_SUPPORT
-#include "qthreadstorage.h"
+#include "ntqthreadstorage.h"
#include <private/qthreadinstance_p.h>
#endif // QT_THREAD_SUPPORT
@@ -78,7 +78,7 @@
*/
/*!
- \class TQRegExp qregexp.h
+ \class TQRegExp ntqregexp.h
\reentrant
\brief The TQRegExp class provides pattern matching using regular expressions.