diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/man/man3/tqheader.3qt | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqheader.3qt')
-rw-r--r-- | doc/man/man3/tqheader.3qt | 8 |
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() |