diff options
Diffstat (limited to 'src/moc')
-rw-r--r-- | src/moc/moc.y | 4 | ||||
-rw-r--r-- | src/moc/moc_yacc.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/moc/moc.y b/src/moc/moc.y index 4b754b7bc..796647595 100644 --- a/src/moc/moc.y +++ b/src/moc/moc.y @@ -2135,7 +2135,7 @@ void registerClassInNamespace() // // Remove white space from TQ_SIGNAL and TQ_SLOT names. -// This function has been copied from qobject.cpp. +// This function has been copied from tqobject.cpp. // inline bool isSpace( char x ) @@ -3116,7 +3116,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 <%sntqobjectdefs.h>\n", (const char*)g->qtPath ); + fprintf( out, "\n#include <%stqobjectdefs.h>\n", (const char*)g->qtPath ); fprintf( out, "#include <%sntqsignalslotimp.h>\n", (const char*)g->qtPath ); included_list_headers = TRUE; } diff --git a/src/moc/moc_yacc.cpp b/src/moc/moc_yacc.cpp index ef980dd34..d6b97ad85 100644 --- a/src/moc/moc_yacc.cpp +++ b/src/moc/moc_yacc.cpp @@ -5010,7 +5010,7 @@ void registerClassInNamespace() // // Remove white space from TQ_SIGNAL and TQ_SLOT names. -// This function has been copied from qobject.cpp. +// This function has been copied from tqobject.cpp. // inline bool isSpace( char x ) @@ -5991,7 +5991,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 <%sntqobjectdefs.h>\n", (const char*)g->qtPath ); + fprintf( out, "\n#include <%stqobjectdefs.h>\n", (const char*)g->qtPath ); fprintf( out, "#include <%sntqsignalslotimp.h>\n", (const char*)g->qtPath ); included_list_headers = TRUE; } |