diff options
Diffstat (limited to 'doc/html/tqobject.html')
-rw-r--r-- | doc/html/tqobject.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqobject.html b/doc/html/tqobject.html index 74d40b68c..6a387235b 100644 --- a/doc/html/tqobject.html +++ b/doc/html/tqobject.html @@ -149,7 +149,7 @@ to catch child events. TQt; see <a href="tqtimer.html">TQTimer</a> for high-level support for timers. <p> Notice that the <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> macro is mandatory for any object that implements signals, slots or properties. You also need to run the -<a href="moc.html">moc program (Meta Object Compiler)</a> on the +<a href="tqmoc.html">tqmoc program (Meta Object Compiler)</a> on the source file. We strongly recommend the use of this macro in <em>all</em> subclasses of TQObject regardless of whether or not they actually use signals, slots and properties, since failure to do so may lead |