summaryrefslogtreecommitdiffstats
path: root/doc/html/tqmoc.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqmoc.html')
-rw-r--r--doc/html/tqmoc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqmoc.html b/doc/html/tqmoc.html
index bc1cce783..9727504c9 100644
--- a/doc/html/tqmoc.html
+++ b/doc/html/tqmoc.html
@@ -44,7 +44,7 @@ the dynamic property system.
<p> The C++ source file generated by tqmoc must be compiled and linked
with the implementation of the class (or it can be #included into the
class's source file).
-<p> If you use <a href="qmake-manual.html">qmake</a> to create your
+<p> If you use <a href="tqmake-manual.html">tqmake</a> to create your
Makefiles, build rules will be included that call tqmoc when
required, so you will not need to use tqmoc directly. For more
background information on tqmoc, see <a href="templates.html">Why doesn't TQt
@@ -151,7 +151,7 @@ visible in the header file.
you automate running tqmoc. By adding some rules to your program's
Makefile, <em>make</em> can take care of running tqmoc when necessary and
handling tqmoc output.
-<p> We recommend using Trolltech's free makefile generation tool, <a href="qmake-manual.html">qmake</a>, for building your Makefiles. This tool
+<p> We recommend using Trolltech's free makefile generation tool, <a href="tqmake-manual.html">tqmake</a>, for building your Makefiles. This tool
recognizes both Method A and B style source files, and generates a
Makefile that does all the necessary tqmoc handling.
<p> If you want to create your Makefiles yourself, here are some tips on