diff options
Diffstat (limited to 'doc/integration.doc')
-rw-r--r-- | doc/integration.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/integration.doc b/doc/integration.doc index 25b639441..eee5e5db7 100644 --- a/doc/integration.doc +++ b/doc/integration.doc @@ -154,10 +154,10 @@ The 'Add MOC' button will add in the custom build step for the selected file so that it creates any needed MOC files and it will add these generated files to the project. All you need to do to use it is click on a file that - has \c Q_OBJECT and click the button. + has \c TQ_OBJECT and click the button. You only need to use this button if you added a file that has \c - Q_OBJECT in it by hand, you don't need to use this if you used any + TQ_OBJECT in it by hand, you don't need to use this if you used any of the previously mentioned buttons. It can also be invoked by using the Ctrl+Shift+M key combination in Visual Studio. |