diff options
Diffstat (limited to 'doc/misc.doc')
-rw-r--r-- | doc/misc.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc.doc b/doc/misc.doc index 1b65184bb..3bcd98a70 100644 --- a/doc/misc.doc +++ b/doc/misc.doc @@ -65,7 +65,7 @@ machine\endlink \target linkerror \section1 Link error, complaining about a lack of \c vtbl, \c _vtbl, \c __vtbl or similar -This indicates that you've included the Q_OBJECT macro in a class +This indicates that you've included the TQ_OBJECT macro in a class declaration and probably also run the moc, but forgot to link the moc-generated object code into your executable. See \link moc.html Using the Meta Object Compiler\endlink for details on how to use moc. |