summaryrefslogtreecommitdiffstats
path: root/doc/html/tutorial2-10.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tutorial2-10.html')
-rw-r--r--doc/html/tutorial2-10.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tutorial2-10.html b/doc/html/tutorial2-10.html
index e1da68a77..9fce02423 100644
--- a/doc/html/tutorial2-10.html
+++ b/doc/html/tutorial2-10.html
@@ -58,10 +58,10 @@ body { background: #ffffff; color: black; }
</pre>
<p> By using a project file we can insulate ourselves from having to
create Makefiles for the platforms we wish to target. To generate a
-Makefile all we need do is run <a href="qmake-manual.html">qmake</a>,
+Makefile all we need do is run <a href="tqmake-manual.html">tqmake</a>,
e.g.
<pre>
-qmake -o Makefile chart.pro
+tqmake -o Makefile chart.pro
</pre>
<p> <p align="right">