diff options
Diffstat (limited to 'doc/html/object.html')
-rw-r--r-- | doc/html/object.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/object.html b/doc/html/object.html index cd1cbee54..26420f9ce 100644 --- a/doc/html/object.html +++ b/doc/html/object.html @@ -61,7 +61,7 @@ pointers which become "dangling pointers" when their objects are destroyed. techniques, based on inheritance from <a href="tqobject.html">TQObject</a>. Others, like the object communication mechanism and the dynamic property system, require the <a href="metaobjects.html">Meta Object System</a> provided -by TQt's own <a href="moc.html">Meta Object Compiler (moc)</a>. +by TQt's own <a href="tqmoc.html">Meta Object Compiler (tqmoc)</a>. <p> The Meta Object System is a C++ extension that makes the language better suited to true component GUI programming. Although templates can be used to extend C++, the Meta Object System provides benefits using |