summaryrefslogtreecommitdiffstats
path: root/doc/html/tqobject.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/tqobject.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/tqobject.html')
-rw-r--r--doc/html/tqobject.html2
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