summaryrefslogtreecommitdiffstats
path: root/src/moc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 14:04:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-27 16:08:54 +0900
commit04913ce7a46fd027856e83a96205fdc388742a19 (patch)
treea04a117317c14854a6b91072658ba0eb3ad8b3fc /src/moc
parentc11c0f228b65f7471a26513ef8dbde413e75f8fa (diff)
downloadtqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz
tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/moc')
-rw-r--r--src/moc/moc.y4
-rw-r--r--src/moc/moc_yacc.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/moc/moc.y b/src/moc/moc.y
index 4b754b7b..79664759 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 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;
}