summaryrefslogtreecommitdiffstats
path: root/src/moc
diff options
context:
space:
mode:
Diffstat (limited to 'src/moc')
-rw-r--r--src/moc/moc.pro2
-rw-r--r--src/moc/moc.y2
-rw-r--r--src/moc/moc_yacc.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/moc/moc.pro b/src/moc/moc.pro
index e26c4893..b8ff335d 100644
--- a/src/moc/moc.pro
+++ b/src/moc/moc.pro
@@ -29,7 +29,7 @@ SOURCES = ../tools/tqbuffer.cpp \
../tools/tqregexp.cpp \
../tools/tqstring.cpp \
../tools/tqlocale.cpp \
- ../tools/qunicodetables.cpp \
+ ../tools/tqunicodetables.cpp \
../tools/tqstringlist.cpp \
../tools/tqtextstream.cpp \
../tools/tqbitarray.cpp \
diff --git a/src/moc/moc.y b/src/moc/moc.y
index 5f9ffa10..7eb66784 100644
--- a/src/moc/moc.y
+++ b/src/moc/moc.y
@@ -2906,7 +2906,7 @@ void generateClass() // generate C++ source code for a class
}
fprintf( out, "#include <%stqmetaobject.h>\n", (const char*)g->qtPath );
fprintf( out, "#include <%sntqapplication.h>\n\n", (const char*)g->qtPath );
- fprintf( out, "#include <%sprivate/qucomextra_p.h>\n", (const char*)g->qtPath );
+ fprintf( out, "#include <%sprivate/tqucomextra_p.h>\n", (const char*)g->qtPath );
fprintf( out, "#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != %d)\n", formatRevision );
fprintf( out, "#error \"This file was generated using the moc from %s."
" It\"\n#error \"cannot be used with the include files from"
diff --git a/src/moc/moc_yacc.cpp b/src/moc/moc_yacc.cpp
index d038c0b7..83994e26 100644
--- a/src/moc/moc_yacc.cpp
+++ b/src/moc/moc_yacc.cpp
@@ -5781,7 +5781,7 @@ void generateClass() // generate C++ source code for a class
}
fprintf( out, "#include <%stqmetaobject.h>\n", (const char*)g->qtPath );
fprintf( out, "#include <%sntqapplication.h>\n\n", (const char*)g->qtPath );
- fprintf( out, "#include <%sprivate/qucomextra_p.h>\n", (const char*)g->qtPath );
+ fprintf( out, "#include <%sprivate/tqucomextra_p.h>\n", (const char*)g->qtPath );
fprintf( out, "#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != %d)\n", formatRevision );
fprintf( out, "#error \"This file was generated using the moc from %s."
" It\"\n#error \"cannot be used with the include files from"