From a30f5359f03c3017fa19a6770fab32d25d22cb87 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 15 Jul 2024 19:08:22 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 1) Signed-off-by: Michele Calgaro --- doc/man/man3/tqheader.3qt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/man/man3/tqheader.3qt') 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() -- cgit v1.2.3