summaryrefslogtreecommitdiffstats
path: root/src/moc/moc.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/moc/moc.y')
-rw-r--r--src/moc/moc.y6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/moc/moc.y b/src/moc/moc.y
index e41c644f2..1691c5805 100644
--- a/src/moc/moc.y
+++ b/src/moc/moc.y
@@ -62,8 +62,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"
@@ -3117,7 +3117,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;
}