summaryrefslogtreecommitdiffstats
path: root/doc/debug.doc
diff options
context:
space:
mode:
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 bc0ad42d..56eb2150 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