summaryrefslogtreecommitdiffstats
path: root/doc/debug.doc
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/debug.doc
parent4161606c301841f973f0319f46e6853c4a3fe906 (diff)
downloadtqt-587657561bb870d457a188a80bc0ce918ef5a0bd.tar.gz
tqt-587657561bb870d457a188a80bc0ce918ef5a0bd.zip
Rename moc to tqmoc
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/debug.doc')
-rw-r--r--doc/debug.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/debug.doc b/doc/debug.doc
index bc0ad42d3..56eb2150b 100644
--- a/doc/debug.doc
+++ b/doc/debug.doc
@@ -180,7 +180,7 @@ Example:
There is one bug that is so common that it deserves mention here: If
you include the TQ_OBJECT macro in a class declaration and run the
-\link moc.html moc\endlink, but forget to link the moc-generated
+\link tqmoc.html tqmoc\endlink, but forget to link the tqmoc-generated
object code into your executable, you will get very confusing error
messages. Any link error complaining about a lack of \c{vtbl},
\c{_vtbl}, \c{__vtbl} or similar is likely to be a result of this