summaryrefslogtreecommitdiffstats
path: root/doc/integration.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/integration.doc')
-rw-r--r--doc/integration.doc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/integration.doc b/doc/integration.doc
index 9328ca231..a3de47fda 100644
--- a/doc/integration.doc
+++ b/doc/integration.doc
@@ -86,7 +86,7 @@
\i Open TQt Project
\i Write TQt Project
\i Use TQt In Current Project
- \i Add MOC
+ \i Add TQMoc
\endlist
\section2 Using the 'New TQt Project' button
@@ -149,10 +149,10 @@
information for the current project so that it links against TQt and
sets any other settings needed to use TQt in that project.
- \section2 Using the 'Add MOC' button
+ \section2 Using the 'Add TQMoc' button
- 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
+ The 'Add TQMoc' 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 TQ_OBJECT and click the button.