diff options
Diffstat (limited to 'doc/man/man3/tqdockarea.3qt')
-rw-r--r-- | doc/man/man3/tqdockarea.3qt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqdockarea.3qt b/doc/man/man3/tqdockarea.3qt index c799b50df..d4ea200d0 100644 --- a/doc/man/man3/tqdockarea.3qt +++ b/doc/man/man3/tqdockarea.3qt @@ -82,10 +82,10 @@ Inherits TQWidget. .SH RELATED FUNCTION DOCUMENTATION .in +1c .ti -1c -.BI "QTextStream & \fBoperator<<\fR ( QTextStream & ts, const QDockArea & dockArea )" +.BI "TQTextStream & \fBoperator<<\fR ( TQTextStream & ts, const QDockArea & dockArea )" .br .ti -1c -.BI "QTextStream & \fBoperator>>\fR ( QTextStream & ts, QDockArea & dockArea )" +.BI "TQTextStream & \fBoperator>>\fR ( TQTextStream & ts, QDockArea & dockArea )" .br .in -1c .SH DESCRIPTION @@ -107,9 +107,9 @@ The QDockArea class maintains a position list of all its child dock windows. Doc .PP To dock or undock a dock window use QDockWindow::dock() and QDockWindow::undock() respectively. If you want to control which dock windows can dock in a dock area use setAcceptDockWindow(). To see if a dock area contains a particular dock window use hasDockWindow(); to see how many dock windows a dock area contains use count(). .PP -The streaming operators can write the positions of the dock windows in the dock area to a QTextStream. The positions can be read back later to restore the saved positions. +The streaming operators can write the positions of the dock windows in the dock area to a TQTextStream. The positions can be read back later to restore the saved positions. .PP -Save the positions to a QTextStream: +Save the positions to a TQTextStream: .PP .nf .br @@ -117,7 +117,7 @@ Save the positions to a QTextStream: .br .fi .PP -Restore the positions from a QTextStream: +Restore the positions from a TQTextStream: .PP .nf .br @@ -198,11 +198,11 @@ There is no default value; the orientation is specified in the constructor. .PP Get this property's value with orientation(). .SH RELATED FUNCTION DOCUMENTATION -.SH "QTextStream & operator<< ( QTextStream & ts, const QDockArea & dockArea )" +.SH "TQTextStream & operator<< ( TQTextStream & ts, const QDockArea & dockArea )" Writes the layout of the dock windows in dock area \fIdockArea\fR to the text stream \fIts\fR. .PP See also operator>>(). -.SH "QTextStream & operator>> ( QTextStream & ts, QDockArea & dockArea )" +.SH "TQTextStream & operator>> ( TQTextStream & ts, QDockArea & dockArea )" Reads the layout description of the dock windows in dock area \fIdockArea\fR from the text stream \fIts\fR and restores it. The layout description must have been previously written by the operator<<() function. .PP See also operator<<(). |