diff options
Diffstat (limited to 'doc/signalsandslots.doc')
-rw-r--r-- | doc/signalsandslots.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/signalsandslots.doc b/doc/signalsandslots.doc index 099fdf70a..950093abf 100644 --- a/doc/signalsandslots.doc +++ b/doc/signalsandslots.doc @@ -205,7 +205,7 @@ The preprocessor changes or removes the \c{signals}, \c{slots} and Run the \link tqmoc.html tqmoc\endlink on class definitions that contain signals or slots. This produces a C++ source file which should be compiled and linked with the other object files for the application. If you use -\link qmake-manual.book qmake\endlink, the makefile rules to +\link tqmake-manual.book tqmake\endlink, the makefile rules to automatically invoke the \link tqmoc.html tqmoc\endlink will be added to your makefile for you. |