summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlistboxtext.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-15 19:08:22 +0900
committerMichele Calgaro <[email protected]>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/man/man3/tqlistboxtext.3qt
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz
tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqlistboxtext.3qt')
-rw-r--r--doc/man/man3/tqlistboxtext.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqlistboxtext.3qt b/doc/man/man3/tqlistboxtext.3qt
index 6cf771c35..0635f452a 100644
--- a/doc/man/man3/tqlistboxtext.3qt
+++ b/doc/man/man3/tqlistboxtext.3qt
@@ -37,7 +37,7 @@ Inherits QListBoxItem.
.SS "Protected Members"
.in +1c
.ti -1c
-.BI "virtual void \fBpaint\fR ( QPainter * painter )"
+.BI "virtual void \fBpaint\fR ( TQPainter * painter )"
.br
.in -1c
.SH DESCRIPTION
@@ -61,7 +61,7 @@ Returns the height of a line of text in list box \fIlb\fR.
See also paint() and width().
.PP
Reimplemented from QListBoxItem.
-.SH "void QListBoxText::paint ( QPainter * painter )\fC [virtual protected]\fR"
+.SH "void QListBoxText::paint ( TQPainter * painter )\fC [virtual protected]\fR"
Draws the text using \fIpainter\fR.
.PP
Reimplemented from QListBoxItem.