summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqscrollview.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqscrollview.3qt')
-rw-r--r--doc/man/man3/tqscrollview.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqscrollview.3qt b/doc/man/man3/tqscrollview.3qt
index a776914e..a57200fb 100644
--- a/doc/man/man3/tqscrollview.3qt
+++ b/doc/man/man3/tqscrollview.3qt
@@ -327,7 +327,7 @@ The first, simplest usage of TQScrollView (depicted above), is appropriate for s
.br
TQScrollView* sv = new TQScrollView(...);
.br
- QVBox* big_box = new QVBox(sv->viewport());
+ TQVBox* big_box = new TQVBox(sv->viewport());
.br
sv->addChild(big_box);
.br
@@ -346,7 +346,7 @@ You can go on to add arbitrary child widgets to the single child in the scrollvi
.br
.fi
.PP
-Here the TQScrollView has four children: the viewport(), the verticalScrollBar(), the horizontalScrollBar() and a small cornerWidget(). The viewport() has one child: the big QVBox. The QVBox has the three TQLabel objects as child widgets. When the view is scrolled, the QVBox is moved; its children move with it as child widgets normally do.
+Here the TQScrollView has four children: the viewport(), the verticalScrollBar(), the horizontalScrollBar() and a small cornerWidget(). The viewport() has one child: the big TQVBox. The TQVBox has the three TQLabel objects as child widgets. When the view is scrolled, the TQVBox is moved; its children move with it as child widgets normally do.
.SH "Using a Very Big View with Some Widgets"
<center>
.ce 1