summaryrefslogtreecommitdiffstats
path: root/doc/html/tqlistbox.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-04 11:53:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-04 13:56:43 +0900
commit0582c90a9ed4b965629267713f51c0da7c38b39d (patch)
treecae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/html/tqlistbox.html
parent39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff)
downloadtqt3-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/html/tqlistbox.html')
-rw-r--r--doc/html/tqlistbox.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqlistbox.html b/doc/html/tqlistbox.html
index 83583a46..eb70c0e7 100644
--- a/doc/html/tqlistbox.html
+++ b/doc/html/tqlistbox.html
@@ -432,7 +432,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
<em>item</em> is not 0, the cursor is on <em>item</em>. If <em>item</em> is 0, the
mouse cursor isn't on any item.
<p> <em>pnt</em> is the position of the mouse cursor in the global
-coordinate system (<a href="qmouseevent.html#globalPos">TQMouseEvent::globalPos</a>()). (If the click's
+coordinate system (<a href="tqmouseevent.html#globalPos">TQMouseEvent::globalPos</a>()). (If the click's
press and release differs by a pixel or two, <em>pnt</em> is the
position at release time.)
<p> Note that you must not delete any <a href="tqlistboxitem.html">TQListBoxItem</a> objects in slots
@@ -731,7 +731,7 @@ Returns the width of the widest item in the list box.
<p> This signal is emitted when the user clicks mouse button <em>button</em>. If <em>item</em> is not 0, the cursor is on <em>item</em>. If <em>item</em>
is 0, the mouse cursor isn't on any item.
<p> <em>pos</em> is the position of the mouse cursor in the global
-coordinate system (<a href="qmouseevent.html#globalPos">TQMouseEvent::globalPos</a>()). (If the click's
+coordinate system (<a href="tqmouseevent.html#globalPos">TQMouseEvent::globalPos</a>()). (If the click's
press and release differs by a pixel or two, <em>pos</em> is the
position at release time.)
<p> Note that you must not delete any <a href="tqlistboxitem.html">TQListBoxItem</a> objects in slots
@@ -743,7 +743,7 @@ connected to this signal.
<p> This signal is emitted when the user presses mouse button <em>button</em>. If <em>item</em> is not 0, the cursor is on <em>item</em>. If <em>item</em>
is 0, the mouse cursor isn't on any item.
<p> <em>pos</em> is the position of the mouse cursor in the global
-coordinate system (<a href="qmouseevent.html#globalPos">TQMouseEvent::globalPos</a>()).
+coordinate system (<a href="tqmouseevent.html#globalPos">TQMouseEvent::globalPos</a>()).
<p> Note that you must not delete any <a href="tqlistboxitem.html">TQListBoxItem</a> objects in slots
connected to this signal.
@@ -804,7 +804,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
<em>item</em> is not 0, the cursor is on <em>item</em>. If <em>item</em> is 0, the
mouse cursor isn't on any item.
<p> <em>pnt</em> is the position of the mouse cursor in the global
-coordinate system (<a href="qmouseevent.html#globalPos">TQMouseEvent::globalPos</a>()).
+coordinate system (<a href="tqmouseevent.html#globalPos">TQMouseEvent::globalPos</a>()).
<p> Note that you must not delete any <a href="tqlistboxitem.html">TQListBoxItem</a> objects in slots
connected to this signal.
<p> <p>See also <a href="#mouseButtonPressed">mouseButtonPressed</a>(), <a href="#rightButtonPressed">rightButtonPressed</a>(), and <a href="#clicked">clicked</a>().