From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- src/tools/qregexp.cpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/tools/qregexp.cpp') 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 #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. -- cgit v1.2.3