summaryrefslogtreecommitdiffstats
path: root/doc/html/object.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-06 17:29:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-06 17:29:49 +0900
commit587657561bb870d457a188a80bc0ce918ef5a0bd (patch)
treebaed0c3b38c4d11389c96c686967160a1b3027cd /doc/html/object.html
parent4161606c301841f973f0319f46e6853c4a3fe906 (diff)
downloadtqt-58765756.tar.gz
tqt-58765756.zip
Rename moc to tqmoc
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/object.html')
-rw-r--r--doc/html/object.html2
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