summaryrefslogtreecommitdiffstats
path: root/src/moc/moc_yacc.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
commit252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch)
treeb48be8863db3bc1c223ac270a258b5c1124cb0e3 /src/moc/moc_yacc.cpp
parent87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff)
downloadtqt-252a2ec8.tar.gz
tqt-252a2ec8.zip
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/moc/moc_yacc.cpp')
-rw-r--r--src/moc/moc_yacc.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/moc/moc_yacc.cpp b/src/moc/moc_yacc.cpp
index 9135ff29b..dcf19ab2a 100644
--- a/src/moc/moc_yacc.cpp
+++ b/src/moc/moc_yacc.cpp
@@ -75,8 +75,8 @@ void yyerror( const char *msg );
#include "tqasciidict.h"
#include "tqdatetime.h"
#include "tqdict.h"
-#include "ntqfile.h"
-#include "ntqdir.h"
+#include "tqfile.h"
+#include "tqdir.h"
#include "tqptrlist.h"
#include "tqregexp.h"
#include "tqstrlist.h"
@@ -5992,7 +5992,7 @@ void generateClass() // generate C++ source code for a class
if ( !predef_call_func && !included_list_headers ) {
// yes we need it, because otherwise TQT_VERSION may not be defined
fprintf( out, "\n#include <%stqobjectdefs.h>\n", (const char*)g->qtPath );
- fprintf( out, "#include <%sntqsignalslotimp.h>\n", (const char*)g->qtPath );
+ fprintf( out, "#include <%stqsignalslotimp.h>\n", (const char*)g->qtPath );
included_list_headers = TRUE;
}