summaryrefslogtreecommitdiffstats
path: root/src/moc
diff options
context:
space:
mode:
Diffstat (limited to 'src/moc')
-rw-r--r--src/moc/moc.l2
-rw-r--r--src/moc/moc.pro4
-rw-r--r--src/moc/moc.y2
-rw-r--r--src/moc/moc_lex.cpp2
-rw-r--r--src/moc/moc_yacc.cpp2
5 files changed, 6 insertions, 6 deletions
diff --git a/src/moc/moc.l b/src/moc/moc.l
index 868f9c0a..b5388077 100644
--- a/src/moc/moc.l
+++ b/src/moc/moc.l
@@ -65,7 +65,7 @@ long buf_size_total = 0, buf_index = 0;
}
#endif
-#include "ntqstring.h"
+#include "tqstring.h"
#define input yyinput // yyinput in C++
diff --git a/src/moc/moc.pro b/src/moc/moc.pro
index f053ae33..e2f92ef1 100644
--- a/src/moc/moc.pro
+++ b/src/moc/moc.pro
@@ -27,10 +27,10 @@ SOURCES = ../tools/qbuffer.cpp \
../tools/qgvector.cpp \
../tools/qiodevice.cpp \
../tools/qregexp.cpp \
- ../tools/qstring.cpp \
+ ../tools/tqstring.cpp \
../tools/qlocale.cpp \
../tools/qunicodetables.cpp \
- ../tools/qstringlist.cpp \
+ ../tools/tqstringlist.cpp \
../tools/qtextstream.cpp \
../tools/qbitarray.cpp \
../tools/tqmap.cpp \
diff --git a/src/moc/moc.y b/src/moc/moc.y
index 222ff3f2..0d675fbc 100644
--- a/src/moc/moc.y
+++ b/src/moc/moc.y
@@ -66,7 +66,7 @@ void yyerror( const char *msg );
#include "ntqdir.h"
#include "tqptrlist.h"
#include "ntqregexp.h"
-#include "ntqstrlist.h"
+#include "tqstrlist.h"
#ifdef MOC_MWERKS_PLUGIN
# ifdef Q_OS_MACX
# undef OLD_DEBUG
diff --git a/src/moc/moc_lex.cpp b/src/moc/moc_lex.cpp
index c5f29d5f..0fcd62c2 100644
--- a/src/moc/moc_lex.cpp
+++ b/src/moc/moc_lex.cpp
@@ -1010,7 +1010,7 @@ long buf_size_total = 0, buf_index = 0;
}
#endif
-#include "ntqstring.h"
+#include "tqstring.h"
#define input yyinput // yyinput in C++
diff --git a/src/moc/moc_yacc.cpp b/src/moc/moc_yacc.cpp
index 07406ced..d070c423 100644
--- a/src/moc/moc_yacc.cpp
+++ b/src/moc/moc_yacc.cpp
@@ -79,7 +79,7 @@ void yyerror( const char *msg );
#include "ntqdir.h"
#include "tqptrlist.h"
#include "ntqregexp.h"
-#include "ntqstrlist.h"
+#include "tqstrlist.h"
#ifdef MOC_MWERKS_PLUGIN
# ifdef Q_OS_MACX
# undef OLD_DEBUG