summaryrefslogtreecommitdiffstats
path: root/doc/html/tqscrollview.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
commit82ecd83484c9fa1ede059986ab771e74e33e68ef (patch)
treed0e76f19632bb02fc55028625bdb903902e1bac1 /doc/html/tqscrollview.html
parentc55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff)
downloadtqt-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz
tqt-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqscrollview.html')
-rw-r--r--doc/html/tqscrollview.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqscrollview.html b/doc/html/tqscrollview.html
index 73980e737..0fbfd0df4 100644
--- a/doc/html/tqscrollview.html
+++ b/doc/html/tqscrollview.html
@@ -177,7 +177,7 @@ large child in the TQScrollView. The child should be a child of the
<a href="#viewport">viewport</a>() of the scrollview and be added with addChild():
<pre>
TQScrollView* sv = new TQScrollView(...);
- <a href="ntqvbox.html">TQVBox</a>* big_box = new <a href="ntqvbox.html">TQVBox</a>(sv-&gt;<a href="#viewport">viewport</a>());
+ <a href="tqvbox.html">TQVBox</a>* big_box = new <a href="tqvbox.html">TQVBox</a>(sv-&gt;<a href="#viewport">viewport</a>());
sv-&gt;<a href="#addChild">addChild</a>(big_box);
</pre>
@@ -192,7 +192,7 @@ in the scrollview as you would with any widget:
<p> Here the TQScrollView has four children: the viewport(), the
<a href="#verticalScrollBar">verticalScrollBar</a>(), the <a href="#horizontalScrollBar">horizontalScrollBar</a>() and a small
-<a href="#cornerWidget">cornerWidget</a>(). The <a href="#viewport">viewport</a>() has one child: the big <a href="ntqvbox.html">TQVBox</a>. The
+<a href="#cornerWidget">cornerWidget</a>(). The <a href="#viewport">viewport</a>() has one child: the big <a href="tqvbox.html">TQVBox</a>. The
TQVBox has the three <a href="tqlabel.html">TQLabel</a> objects as child widgets. When the view
is scrolled, the TQVBox is moved; its children move with it as
child widgets normally do.