summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqheader.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqheader.3qt')
-rw-r--r--doc/man/man3/tqheader.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqheader.3qt b/doc/man/man3/tqheader.3qt
index 09e9c077f..f254ed231 100644
--- a/doc/man/man3/tqheader.3qt
+++ b/doc/man/man3/tqheader.3qt
@@ -217,10 +217,10 @@ Inherits TQWidget.
.BI "QRect \fBsRect\fR ( int index )"
.br
.ti -1c
-.BI "virtual void \fBpaintSection\fR ( QPainter * p, int index, const QRect & fr )"
+.BI "virtual void \fBpaintSection\fR ( TQPainter * p, int index, const QRect & fr )"
.br
.ti -1c
-.BI "virtual void \fBpaintSectionLabel\fR ( QPainter * p, int index, const QRect & fr )"
+.BI "virtual void \fBpaintSectionLabel\fR ( TQPainter * p, int index, const QRect & fr )"
.br
.in -1c
.SH DESCRIPTION
@@ -383,11 +383,11 @@ This signal is emitted when the user has moved the section which is displayed at
Returns the header's left-most (or top-most) visible pixel. See the "offset" property for details.
.SH "Orientation QHeader::orientation () const"
Returns the header's orientation. See the "orientation" property for details.
-.SH "void QHeader::paintSection ( QPainter * p, int index, const QRect & fr )\fC [virtual protected]\fR"
+.SH "void QHeader::paintSection ( TQPainter * p, int index, const QRect & fr )\fC [virtual protected]\fR"
Paints the section at position \fIindex\fR, inside rectangle \fIfr\fR (which uses widget coordinates) using painter \fIp\fR.
.PP
Calls paintSectionLabel().
-.SH "void QHeader::paintSectionLabel ( QPainter * p, int index, const QRect & fr )\fC [virtual protected]\fR"
+.SH "void QHeader::paintSectionLabel ( TQPainter * p, int index, const QRect & fr )\fC [virtual protected]\fR"
Paints the label of the section at position \fIindex\fR, inside rectangle \fIfr\fR (which uses widget coordinates) using painter \fIp\fR.
.PP
Called by paintSection()