diff options
Diffstat (limited to 'doc/html/tutorial1-10.html')
-rw-r--r-- | doc/html/tutorial1-10.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tutorial1-10.html b/doc/html/tutorial1-10.html index 4a9e48f9d..d9fdb579e 100644 --- a/doc/html/tutorial1-10.html +++ b/doc/html/tutorial1-10.html @@ -196,10 +196,10 @@ is 0, 0). </pre> <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>; +<p> <pre> <a href="tqvboxlayout.html">TQVBoxLayout</a> *leftBox = new <a href="tqvboxlayout.html">TQVBoxLayout</a>; <a name="x2365"></a> grid-><a href="tqgridlayout.html#addLayout">addLayout</a>( leftBox, 1, 0 ); - leftBox-><a href="qboxlayout.html#addWidget">addWidget</a>( angle ); - leftBox-><a href="qboxlayout.html#addWidget">addWidget</a>( force ); + leftBox-><a href="tqboxlayout.html#addWidget">addWidget</a>( angle ); + leftBox-><a href="tqboxlayout.html#addWidget">addWidget</a>( force ); </pre> <p> In Chapter 9 we put <tt>angle</tt> in the lower-left cell of the layout. Now we want to have two widgets in that cell, so we make a vertical |