summaryrefslogtreecommitdiffstats
path: root/doc/html/integration.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/integration.html')
-rw-r--r--doc/html/integration.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/integration.html b/doc/html/integration.html
index fc5267507..55f9e412a 100644
--- a/doc/html/integration.html
+++ b/doc/html/integration.html
@@ -153,8 +153,8 @@ sets any other settings needed to use TQt in that project.
<a name="3-7"></a><p> 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 <a href="metaobjects.html#Q_OBJECT">Q_OBJECT</a> and click the button.
-<p> You only need to use this button if you added a file that has <a href="metaobjects.html#Q_OBJECT">Q_OBJECT</a> in it by hand, you don't need to use this if you used any
+has <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> and click the button.
+<p> You only need to use this button if you added a file that has <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> 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.
<p>