summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqscrollview.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-07 13:06:00 +0900
committerMichele Calgaro <[email protected]>2024-07-07 13:06:00 +0900
commit628b0bb74c3fc327efff8add9c73ada04b1cbea2 (patch)
tree16062922d35b5e0153b9f866e440f36603bd4f55 /doc/html/ntqscrollview.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 <[email protected]>
Diffstat (limited to 'doc/html/ntqscrollview.html')
-rw-r--r--doc/html/ntqscrollview.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqscrollview.html b/doc/html/ntqscrollview.html
index 104ad7885..e885520fc 100644
--- a/doc/html/ntqscrollview.html
+++ b/doc/html/ntqscrollview.html
@@ -422,28 +422,28 @@ This event handler is called whenever the TQScrollView receives a
be a point on the contents.
<p>Example: <a href="tutorial2-06.html#x2584">chart/canvasview.cpp</a>.
-<h3 class=fn>void <a name="contentsDragEnterEvent"></a>TQScrollView::contentsDragEnterEvent ( <a href="qdragenterevent.html">TQDragEnterEvent</a>&nbsp;* )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="contentsDragEnterEvent"></a>TQScrollView::contentsDragEnterEvent ( <a href="tqdragenterevent.html">TQDragEnterEvent</a>&nbsp;* )<tt> [virtual protected]</tt>
</h3>
This event handler is called whenever the TQScrollView receives a
<a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>(): the drag position is translated to be a point
on the contents.
<p>Reimplemented in <a href="ntqtable.html#contentsDragEnterEvent">TQTable</a>.
-<h3 class=fn>void <a name="contentsDragLeaveEvent"></a>TQScrollView::contentsDragLeaveEvent ( <a href="qdragleaveevent.html">TQDragLeaveEvent</a>&nbsp;* )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="contentsDragLeaveEvent"></a>TQScrollView::contentsDragLeaveEvent ( <a href="tqdragleaveevent.html">TQDragLeaveEvent</a>&nbsp;* )<tt> [virtual protected]</tt>
</h3>
This event handler is called whenever the TQScrollView receives a
<a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>(): the drag position is translated to be a point
on the contents.
<p>Reimplemented in <a href="ntqtable.html#contentsDragLeaveEvent">TQTable</a>.
-<h3 class=fn>void <a name="contentsDragMoveEvent"></a>TQScrollView::contentsDragMoveEvent ( <a href="qdragmoveevent.html">TQDragMoveEvent</a>&nbsp;* )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="contentsDragMoveEvent"></a>TQScrollView::contentsDragMoveEvent ( <a href="tqdragmoveevent.html">TQDragMoveEvent</a>&nbsp;* )<tt> [virtual protected]</tt>
</h3>
This event handler is called whenever the TQScrollView receives a
<a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>(): the drag position is translated to be a point on
the contents.
<p>Reimplemented in <a href="ntqtable.html#contentsDragMoveEvent">TQTable</a>.
-<h3 class=fn>void <a name="contentsDropEvent"></a>TQScrollView::contentsDropEvent ( <a href="qdropevent.html">TQDropEvent</a>&nbsp;* )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="contentsDropEvent"></a>TQScrollView::contentsDropEvent ( <a href="tqdropevent.html">TQDropEvent</a>&nbsp;* )<tt> [virtual protected]</tt>
</h3>
This event handler is called whenever the TQScrollView receives a
<a href="tqwidget.html#dropEvent">dropEvent</a>(): the drop position is translated to be a point on the