summaryrefslogtreecommitdiffstats
path: root/src/moc/moc_yacc.cpp
diff options
context:
space:
mode:
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;
}