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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/moc/moc_yacc.cpp b/src/moc/moc_yacc.cpp
index ef980dd3..d6b97ad8 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;
}