diff options
author | Michele Calgaro <[email protected]> | 2023-11-18 15:42:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-19 23:33:47 +0900 |
commit | 089d5266f0fbf9be6612e9c5f92a3f008f29241c (patch) | |
tree | e2c5625c37ba83b0848bbb212a45995ceec84139 /doc/man/man3/tqdockwindow.3qt | |
parent | d21227053cca7f565e2473a3fc0f8f8a07b298c2 (diff) | |
download | tqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.tar.gz tqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
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(). |