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.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqlistbox.3qt b/doc/man/man3/tqlistbox.3qt
index 1e86f81f..a66dc52b 100644
--- a/doc/man/man3/tqlistbox.3qt
+++ b/doc/man/man3/tqlistbox.3qt
@@ -578,7 +578,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
.PP
This signal is emitted when the user clicks any mouse button. If \fIitem\fR is not 0, the cursor is on \fIitem\fR. If \fIitem\fR is 0, the mouse cursor isn't on any item.
.PP
-\fIpnt\fR is the position of the mouse cursor in the global coordinate system (QMouseEvent::globalPos()). (If the click's press and release differs by a pixel or two, \fIpnt\fR is the position at release time.)
+\fIpnt\fR is the position of the mouse cursor in the global coordinate system (TQMouseEvent::globalPos()). (If the click's press and release differs by a pixel or two, \fIpnt\fR is the position at release time.)
.PP
Note that you must not delete any TQListBoxItem objects in slots connected to this signal.
.SH "LayoutMode TQListBox::columnMode () const"
@@ -781,13 +781,13 @@ Returns the width of the widest item in the list box.
.SH "void TQListBox::mouseButtonClicked ( int button, TQListBoxItem * item, const TQPoint & pos )\fC [signal]\fR"
This signal is emitted when the user clicks mouse button \fIbutton\fR. If \fIitem\fR is not 0, the cursor is on \fIitem\fR. If \fIitem\fR is 0, the mouse cursor isn't on any item.
.PP
-\fIpos\fR is the position of the mouse cursor in the global coordinate system (QMouseEvent::globalPos()). (If the click's press and release differs by a pixel or two, \fIpos\fR is the position at release time.)
+\fIpos\fR is the position of the mouse cursor in the global coordinate system (TQMouseEvent::globalPos()). (If the click's press and release differs by a pixel or two, \fIpos\fR is the position at release time.)
.PP
Note that you must not delete any TQListBoxItem objects in slots connected to this signal.
.SH "void TQListBox::mouseButtonPressed ( int button, TQListBoxItem * item, const TQPoint & pos )\fC [signal]\fR"
This signal is emitted when the user presses mouse button \fIbutton\fR. If \fIitem\fR is not 0, the cursor is on \fIitem\fR. If \fIitem\fR is 0, the mouse cursor isn't on any item.
.PP
-\fIpos\fR is the position of the mouse cursor in the global coordinate system (QMouseEvent::globalPos()).
+\fIpos\fR is the position of the mouse cursor in the global coordinate system (TQMouseEvent::globalPos()).
.PP
Note that you must not delete any TQListBoxItem objects in slots connected to this signal.
.SH "int TQListBox::numCols () const"
@@ -823,7 +823,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
.PP
This signal is emitted when the user presses any mouse button. If \fIitem\fR is not 0, the cursor is on \fIitem\fR. If \fIitem\fR is 0, the mouse cursor isn't on any item.
.PP
-\fIpnt\fR is the position of the mouse cursor in the global coordinate system (QMouseEvent::globalPos()).
+\fIpnt\fR is the position of the mouse cursor in the global coordinate system (TQMouseEvent::globalPos()).
.PP
Note that you must not delete any TQListBoxItem objects in slots connected to this signal.
.PP