summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqsplitter.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqsplitter.3qt')
-rw-r--r--doc/man/man3/tqsplitter.3qt14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqsplitter.3qt b/doc/man/man3/tqsplitter.3qt
index 38e1452d5..845e4d690 100644
--- a/doc/man/man3/tqsplitter.3qt
+++ b/doc/man/man3/tqsplitter.3qt
@@ -11,7 +11,7 @@ QSplitter \- Implements a splitter widget
.SH SYNOPSIS
\fC#include <ntqsplitter.h>\fR
.PP
-Inherits QFrame.
+Inherits TQFrame.
.PP
.SS "Public Members"
.in +1c
@@ -126,15 +126,15 @@ The QSplitter class implements a splitter widget.
.PP
A splitter lets the user control the size of child widgets by dragging the boundary between the children. Any number of widgets may be controlled by a single splitter.
.PP
-To show a QListBox, a QListView and a TQTextEdit side by side:
+To show a TQListBox, a TQListView and a TQTextEdit side by side:
.PP
.nf
.br
QSplitter *split = new QSplitter( parent );
.br
- QListBox *lb = new QListBox( split );
+ TQListBox *lb = new TQListBox( split );
.br
- QListView *lv = new QListView( split );
+ TQListView *lv = new TQListView( split );
.br
TQTextEdit *ed = new TQTextEdit( split );
.br
@@ -157,7 +157,7 @@ If you hide() a child its space will be distributed among the other children. It
.ce 1
.B "[Image Omitted]"
.PP
-See also QTabBar and Organizers.
+See also TQTabBar and Organizers.
.SS "Member Type Documentation"
.SH "QSplitter::ResizeMode"
This enum type describes how QSplitter will resize each of its child widgets.
@@ -171,9 +171,9 @@ This enum type describes how QSplitter will resize each of its child widgets.
\fCQSplitter::FollowSizeHint\fR - QSplitter will resize the widget when the widget's size hint changes.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "QSplitter::QSplitter ( TQWidget * parent = 0, const char * name = 0 )"
-Constructs a horizontal splitter with the \fIparent\fR and \fIname\fR arguments being passed on to the QFrame constructor.
+Constructs a horizontal splitter with the \fIparent\fR and \fIname\fR arguments being passed on to the TQFrame constructor.
.SH "QSplitter::QSplitter ( Orientation o, TQWidget * parent = 0, const char * name = 0 )"
-Constructs a splitter with orientation \fIo\fR with the \fIparent\fR and \fIname\fR arguments being passed on to the QFrame constructor.
+Constructs a splitter with orientation \fIo\fR with the \fIparent\fR and \fIname\fR arguments being passed on to the TQFrame constructor.
.SH "QSplitter::~QSplitter ()"
Destroys the splitter and any children.
.SH "int QSplitter::adjustPos ( int pos, int id )\fC [protected]\fR"