summaryrefslogtreecommitdiffstats
path: root/doc/html/tqlistbox.html
diff options
context:
space:
mode:
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>().