diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-06 17:29:49 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-06 17:29:49 +0900 | 
| commit | 587657561bb870d457a188a80bc0ce918ef5a0bd (patch) | |
| tree | baed0c3b38c4d11389c96c686967160a1b3027cd /doc/html/metaobjects.html | |
| parent | 4161606c301841f973f0319f46e6853c4a3fe906 (diff) | |
| download | tqt-58765756.tar.gz tqt-58765756.zip | |
Rename moc to tqmoc
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 | 
