summaryrefslogtreecommitdiffstats
path: root/doc/html/tutorial1-10.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tutorial1-10.html')
-rw-r--r--doc/html/tutorial1-10.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tutorial1-10.html b/doc/html/tutorial1-10.html
index e476b83ef..4a9e48f9d 100644
--- a/doc/html/tutorial1-10.html
+++ b/doc/html/tutorial1-10.html
@@ -197,7 +197,7 @@ is 0, 0).
<p> We connect the <tt>force</tt> widget and the <tt>cannonField</tt> widget, just like
we did for the <tt>angle</tt> widget.
<p> <pre> <a href="qvboxlayout.html">TQVBoxLayout</a> *leftBox = new <a href="qvboxlayout.html">TQVBoxLayout</a>;
- <a name="x2365"></a> grid-&gt;<a href="qgridlayout.html#addLayout">addLayout</a>( leftBox, 1, 0 );
+ <a name="x2365"></a> grid-&gt;<a href="tqgridlayout.html#addLayout">addLayout</a>( leftBox, 1, 0 );
leftBox-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( angle );
leftBox-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( force );
</pre>