summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqlistview.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 13:06:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 13:06:00 +0900
commit628b0bb74c3fc327efff8add9c73ada04b1cbea2 (patch)
tree16062922d35b5e0153b9f866e440f36603bd4f55 /doc/html/ntqlistview.html
parent7552c6d73043b1040139033f6864db48ae5446cf (diff)
downloadtqt3-628b0bb74c3fc327efff8add9c73ada04b1cbea2.tar.gz
tqt3-628b0bb74c3fc327efff8add9c73ada04b1cbea2.zip
Rename drag-n-drop nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqlistview.html')
-rw-r--r--doc/html/ntqlistview.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqlistview.html b/doc/html/ntqlistview.html
index 30e8d26f5..47f9ad0ef 100644
--- a/doc/html/ntqlistview.html
+++ b/doc/html/ntqlistview.html
@@ -588,14 +588,14 @@ emitted on the second button press, not the second button release.
<em>item</em> is the list view item on which the user did the
double-click.
-<h3 class=fn><a href="ntqdragobject.html">TQDragObject</a>&nbsp;* <a name="dragObject"></a>TQListView::dragObject ()<tt> [virtual protected]</tt>
+<h3 class=fn><a href="tqdragobject.html">TQDragObject</a>&nbsp;* <a name="dragObject"></a>TQListView::dragObject ()<tt> [virtual protected]</tt>
</h3>
If the user presses the mouse on an item and starts moving the
mouse, and the item allow dragging (see
<a href="qlistviewitem.html#setDragEnabled">TQListViewItem::setDragEnabled</a>()), this function is called to get a
drag object and a drag is started unless <a href="#dragObject">dragObject</a>() returns 0.
<p> By default this function returns 0. You should reimplement it and
-create a <a href="ntqdragobject.html">TQDragObject</a> depending on the selected items.
+create a <a href="tqdragobject.html">TQDragObject</a> depending on the selected items.
<h3 class=fn>void <a name="drawContentsOffset"></a>TQListView::drawContentsOffset ( <a href="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, int&nbsp;ox, int&nbsp;oy, int&nbsp;cx, int&nbsp;cy, int&nbsp;cw, int&nbsp;ch )<tt> [virtual protected]</tt>
</h3>
@@ -606,7 +606,7 @@ pixels high bounding rectangle starting at position <em>cx</em>, <em>cy</em>
with offset <em>ox</em>, <em>oy</em>. Uses the painter <em>p</em>.
<p>Reimplemented from <a href="ntqscrollview.html#drawContentsOffset">TQScrollView</a>.
-<h3 class=fn>void <a name="dropped"></a>TQListView::dropped ( <a href="qdropevent.html">TQDropEvent</a>&nbsp;*&nbsp;e )<tt> [signal]</tt>
+<h3 class=fn>void <a name="dropped"></a>TQListView::dropped ( <a href="tqdropevent.html">TQDropEvent</a>&nbsp;*&nbsp;e )<tt> [signal]</tt>
</h3>
<p> This signal is emitted, when a drop event occurred on the