diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-06 17:29:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-06 17:29:49 +0900 |
commit | 587657561bb870d457a188a80bc0ce918ef5a0bd (patch) | |
tree | baed0c3b38c4d11389c96c686967160a1b3027cd /doc/html/integration.html | |
parent | 4161606c301841f973f0319f46e6853c4a3fe906 (diff) | |
download | tqt3-587657561bb870d457a188a80bc0ce918ef5a0bd.tar.gz tqt3-587657561bb870d457a188a80bc0ce918ef5a0bd.zip |
Rename moc to tqmoc
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/integration.html')
-rw-r--r-- | doc/html/integration.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/integration.html b/doc/html/integration.html index 55f9e412a..b068387bf 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 |