summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlistbox.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqlistbox.3qt')
-rw-r--r--doc/man/man3/tqlistbox.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqlistbox.3qt b/doc/man/man3/tqlistbox.3qt
index 18931309..94132230 100644
--- a/doc/man/man3/tqlistbox.3qt
+++ b/doc/man/man3/tqlistbox.3qt
@@ -394,7 +394,7 @@ Inherits QScrollView.
.BI "int totalHeight () const \fI(obsolete)\fR"
.br
.ti -1c
-.BI "virtual void \fBpaintCell\fR ( QPainter * p, int row, int col )"
+.BI "virtual void \fBpaintCell\fR ( TQPainter * p, int row, int col )"
.br
.ti -1c
.BI "void \fBtoggleCurrentItem\fR ()"
@@ -806,7 +806,7 @@ Returns the number of rows in the list box. See the "numRows" property for detai
This signal is emitted when the user moves the mouse cursor onto an item, similar to the TQWidget::enterEvent() function. \fIi\fR is the QListBoxItem that the mouse has moved on.
.SH "void QListBox::onViewport ()\fC [signal]\fR"
This signal is emitted when the user moves the mouse cursor from an item to an empty part of the list box.
-.SH "void QListBox::paintCell ( QPainter * p, int row, int col )\fC [virtual protected]\fR"
+.SH "void QListBox::paintCell ( TQPainter * p, int row, int col )\fC [virtual protected]\fR"
Provided for compatibility with the old QListBox. We recommend using QListBoxItem::paint() instead.
.PP
Repaints the cell at \fIrow\fR, \fIcol\fR using painter \fIp\fR.