summaryrefslogtreecommitdiffstats
path: root/doc/html/tutorial1-10.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-08-16 19:11:00 +0900
committerMichele Calgaro <[email protected]>2024-08-16 19:11:00 +0900
commit82ecd83484c9fa1ede059986ab771e74e33e68ef (patch)
treed0e76f19632bb02fc55028625bdb903902e1bac1 /doc/html/tutorial1-10.html
parentc55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff)
downloadtqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz
tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tutorial1-10.html')
-rw-r--r--doc/html/tutorial1-10.html6
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-&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 );
+ leftBox-&gt;<a href="tqboxlayout.html#addWidget">addWidget</a>( angle );
+ leftBox-&gt;<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