summaryrefslogtreecommitdiffstats
path: root/doc/integration.doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-13 17:43:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-13 17:43:39 -0600
commit359640943bcf155faa9a067dde9e00a123276290 (patch)
treefb3d55ea5e18949042fb0064123fb73d2b1eb932 /doc/integration.doc
parenta829bcdc533e154000803d517200d32fe762e85c (diff)
downloadtqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz
tqt3-359640943bcf155faa9a067dde9e00a123276290.zip
Automated update from Qt3
Diffstat (limited to 'doc/integration.doc')
-rw-r--r--doc/integration.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/integration.doc b/doc/integration.doc
index 25b63944..eee5e5db 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.