From 587657561bb870d457a188a80bc0ce918ef5a0bd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 6 Oct 2024 17:29:49 +0900 Subject: Rename moc to tqmoc Signed-off-by: Michele Calgaro --- doc/html/metaobjects.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/metaobjects.html') diff --git a/doc/html/metaobjects.html b/doc/html/metaobjects.html index ae025c2c9..c35f3fb97 100644 --- a/doc/html/metaobjects.html +++ b/doc/html/metaobjects.html @@ -42,9 +42,9 @@ property system.
  • the TQObject class;
  • the TQ_OBJECT macro inside the private section of the class declaration; -
  • the Meta Object Compiler (moc). +
  • the TQt Meta Object Compiler (tqmoc). -

    The moc reads a C++ source file. If it finds one or more class +

    The tqmoc reads a C++ source file. If it finds one or more class declarations that contain the TQ_OBJECT macro, it produces another C++ source file which contains the meta object code for the classes that contain the TQ_OBJECT macro. This generated source file is either -- cgit v1.2.3