From 089d5266f0fbf9be6612e9c5f92a3f008f29241c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 18 Nov 2023 15:42:48 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- doc/man/man3/tqdockwindow.3qt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/man/man3/tqdockwindow.3qt') 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(). -- cgit v1.2.3