diff options
Diffstat (limited to 'doc/man/man3/tqsplitter.3qt')
-rw-r--r-- | doc/man/man3/tqsplitter.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqsplitter.3qt b/doc/man/man3/tqsplitter.3qt index ce513d6cc..38e1452d5 100644 --- a/doc/man/man3/tqsplitter.3qt +++ b/doc/man/man3/tqsplitter.3qt @@ -100,7 +100,7 @@ Inherits QFrame. .BI "void \fBmoveSplitter\fR ( QCOORD p, int id )" .br .ti -1c -.BI "virtual void drawSplitter ( QPainter * p, QCOORD x, QCOORD y, QCOORD w, QCOORD h ) \fI(obsolete)\fR" +.BI "virtual void drawSplitter ( TQPainter * p, QCOORD x, QCOORD y, QCOORD w, QCOORD h ) \fI(obsolete)\fR" .br .ti -1c .BI "int \fBadjustPos\fR ( int pos, int id )" @@ -186,7 +186,7 @@ Tells the splitter that the child widget described by \fIc\fR has been inserted Reimplemented from TQObject. .SH "bool QSplitter::childrenCollapsible () const" Returns TRUE if child widgets can be resized down to size 0 by the user; otherwise returns FALSE. See the "childrenCollapsible" property for details. -.SH "void QSplitter::drawSplitter ( QPainter * p, QCOORD x, QCOORD y, QCOORD w, QCOORD h )\fC [virtual protected]\fR" +.SH "void QSplitter::drawSplitter ( TQPainter * p, QCOORD x, QCOORD y, QCOORD w, QCOORD h )\fC [virtual protected]\fR" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP Draws the splitter handle in the rectangle described by \fIx\fR, \fIy\fR, \fIw\fR, \fIh\fR using painter \fIp\fR. |