summaryrefslogtreecommitdiffstats
path: root/doc/integration.doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-06 17:29:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-06 17:29:49 +0900
commit587657561bb870d457a188a80bc0ce918ef5a0bd (patch)
treebaed0c3b38c4d11389c96c686967160a1b3027cd /doc/integration.doc
parent4161606c301841f973f0319f46e6853c4a3fe906 (diff)
downloadtqt-58765756.tar.gz
tqt-58765756.zip
Rename moc to tqmoc
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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.