summaryrefslogtreecommitdiffstats
path: root/src/tools/qregexp.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/qregexp.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
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 133e04eb7..81e160136 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.