diff options
Diffstat (limited to 'doc/man/man3/tqdockwindow.3qt')
-rw-r--r-- | doc/man/man3/tqdockwindow.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqdockwindow.3qt b/doc/man/man3/tqdockwindow.3qt index c95766da6..45f07343e 100644 --- a/doc/man/man3/tqdockwindow.3qt +++ b/doc/man/man3/tqdockwindow.3qt @@ -111,7 +111,7 @@ Inherited by QToolBar. .BI "bool \fBnewLine\fR () const" .br .ti -1c -.BI "Qt::Orientation \fBorientation\fR () const" +.BI "TQt::Orientation \fBorientation\fR () const" .br .ti -1c .BI "QBoxLayout * \fBboxLayout\fR ()" @@ -298,7 +298,7 @@ Returns TRUE if the dock window prefers to start a new line in the dock area; ot Returns the dock window's preferred offset from the dock area's left edge (top edge for vertical dock areas). See the "offset" property for details. .SH "bool QDockWindow::opaqueMoving () const" Returns TRUE if the dock window will be shown normally whilst it is being moved; otherwise returns FALSE. See the "opaqueMoving" property for details. -.SH "Qt::Orientation QDockWindow::orientation () const" +.SH "TQt::Orientation QDockWindow::orientation () const" Returns the orientation of the dock window. .PP See also orientationChanged(). |