diff options
Diffstat (limited to 'src/tqmoc/tqmoc.y')
-rw-r--r-- | src/tqmoc/tqmoc.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tqmoc/tqmoc.y b/src/tqmoc/tqmoc.y index 3309ee7b6..5854ce787 100644 --- a/src/tqmoc/tqmoc.y +++ b/src/tqmoc/tqmoc.y @@ -2905,7 +2905,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 <%stqapplication.h>\n\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 tqmoc from %s." |