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.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/integration.html b/doc/html/integration.html
index 55f9e412..b068387b 100644
--- a/doc/html/integration.html
+++ b/doc/html/integration.html
@@ -57,7 +57,7 @@ TQt application.
</a>
<li><a href="#3-6"> Using the 'Use TQt In Current Project' button
</a>
-<li><a href="#3-7"> Using the 'Add MOC' button
+<li><a href="#3-7"> Using the 'Add TQMoc' button
</a>
</ul>
</ul>
@@ -96,7 +96,7 @@ following steps.
<li> Open TQt Project
<li> Write TQt Project
<li> Use TQt In Current Project
-<li> Add MOC
+<li> Add TQMoc
</ul>
<p> <h3> Using the 'New TQt Project' button
</h3>
@@ -148,10 +148,10 @@ name your <tt>qmake</tt> project file and click Save.
<a name="3-6"></a><p> The 'Use TQt In Current Project' button simply adds in the necessary
information for the current project so that it links against TQt and
sets any other settings needed to use TQt in that project.
-<p> <h3> Using the 'Add MOC' button
+<p> <h3> Using the 'Add TQMoc' button
</h3>
-<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
+<a name="3-7"></a><p> 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 <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