diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 11:53:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 13:56:43 +0900 |
commit | 0582c90a9ed4b965629267713f51c0da7c38b39d (patch) | |
tree | cae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/man/man3/tqlistbox.3qt | |
parent | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff) | |
download | tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.tar.gz tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.zip |
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqlistbox.3qt')
-rw-r--r-- | doc/man/man3/tqlistbox.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqlistbox.3qt b/doc/man/man3/tqlistbox.3qt index 1e86f81f5..a66dc52b9 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 |