diff options
Diffstat (limited to 'doc/html/metaobjects.html')
-rw-r--r-- | doc/html/metaobjects.html | 4 |
1 files changed, 2 insertions, 2 deletions
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. <li> the <a href="tqobject.html">TQObject</a> class; <li> the TQ_OBJECT macro inside the private section of the class declaration; -<li> the <a href="moc.html">Meta Object Compiler (moc)</a>. +<li> the <a href="tqmoc.html">TQt Meta Object Compiler (tqmoc)</a>. </ol> -<p> The <em><a href="moc.html#moc">moc</a></em> reads a C++ source file. If it finds one or more class +<p> The <em><a href="tqmoc.html#tqmoc">tqmoc</a></em> 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 |