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