summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdockarea.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqdockarea.3qt')
-rw-r--r--doc/man/man3/tqdockarea.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqdockarea.3qt b/doc/man/man3/tqdockarea.3qt
index 3297ede53..e1f18c9eb 100644
--- a/doc/man/man3/tqdockarea.3qt
+++ b/doc/man/man3/tqdockarea.3qt
@@ -25,7 +25,7 @@ Inherits TQWidget.
.BI "\fB~QDockArea\fR ()"
.br
.ti -1c
-.BI "void \fBmoveDockWindow\fR ( QDockWindow * w, const QPoint & p, const QRect & r, bool swap )"
+.BI "void \fBmoveDockWindow\fR ( QDockWindow * w, const TQPoint & p, const TQRect & r, bool swap )"
.br
.ti -1c
.BI "void \fBremoveDockWindow\fR ( QDockWindow * w, bool makeFloating, bool swap, bool fixNewLines = TRUE )"
@@ -160,7 +160,7 @@ Returns TRUE if the dock area is empty; otherwise returns FALSE. See the "empty"
Lines up the dock windows in this dock area to minimize wasted space. If \fIkeepNewLines\fR is TRUE, only space within lines is cleaned up. If \fIkeepNewLines\fR is FALSE the number of lines might be changed.
.SH "void QDockArea::moveDockWindow ( QDockWindow * w, int index = -1 )"
Moves the QDockWindow \fIw\fR within the dock area. If \fIw\fR is not already docked in this area, \fIw\fR is docked first. If \fIindex\fR is -1 or larger than the number of docked widgets, \fIw\fR is appended at the end, otherwise it is inserted at the position \fIindex\fR.
-.SH "void QDockArea::moveDockWindow ( QDockWindow * w, const QPoint & p, const QRect & r, bool swap )"
+.SH "void QDockArea::moveDockWindow ( QDockWindow * w, const TQPoint & p, const TQRect & r, bool swap )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Moves the dock window \fIw\fR inside the dock area where \fIp\fR is the new position (in global screen coordinates), \fIr\fR is the suggested rectangle of the dock window and \fIswap\fR specifies whether or not the orientation of the docked widget needs to be changed.