summaryrefslogtreecommitdiffstats
path: root/src/moc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /src/moc
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz
tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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