summaryrefslogtreecommitdiffstats
path: root/doc/html/tqwidget.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:00:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:00:12 +0900
commit8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (patch)
tree3427fe04e3116ccbd16fa98e57abd5d118f82353 /doc/html/tqwidget.html
parent0881ed5059c46ce73e8241e6260b82b92f6d0e55 (diff)
downloadtqt3-8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde.tar.gz
tqt3-8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde.zip
Rename image nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqwidget.html')
-rw-r--r--doc/html/tqwidget.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html
index 73d78aa90..7f973c943 100644
--- a/doc/html/tqwidget.html
+++ b/doc/html/tqwidget.html
@@ -923,7 +923,7 @@ This event handler is called when a drag is in progress and the
mouse enters this widget.
<p> See the <a href="dnd.html">Drag-and-drop documentation</a> for an
overview of how to provide drag-and-drop in your application.
-<p> <p>See also <a href="qtextdrag.html">TQTextDrag</a>, <a href="qimagedrag.html">TQImageDrag</a>, and <a href="qdragenterevent.html">TQDragEnterEvent</a>.
+<p> <p>See also <a href="qtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="qdragenterevent.html">TQDragEnterEvent</a>.
<p>Example: <a href="simple_dd-example.html#x2829">iconview/simple_dd/main.cpp</a>.
<h3 class=fn>void <a name="dragLeaveEvent"></a>TQWidget::dragLeaveEvent ( <a href="qdragleaveevent.html">TQDragLeaveEvent</a>&nbsp;* )<tt> [virtual protected]</tt>
@@ -932,7 +932,7 @@ This event handler is called when a drag is in progress and the
mouse leaves this widget.
<p> See the <a href="dnd.html">Drag-and-drop documentation</a> for an
overview of how to provide drag-and-drop in your application.
-<p> <p>See also <a href="qtextdrag.html">TQTextDrag</a>, <a href="qimagedrag.html">TQImageDrag</a>, and <a href="qdragleaveevent.html">TQDragLeaveEvent</a>.
+<p> <p>See also <a href="qtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="qdragleaveevent.html">TQDragLeaveEvent</a>.
<h3 class=fn>void <a name="dragMoveEvent"></a>TQWidget::dragMoveEvent ( <a href="qdragmoveevent.html">TQDragMoveEvent</a>&nbsp;* )<tt> [virtual protected]</tt>
</h3>
@@ -940,7 +940,7 @@ This event handler is called when a drag is in progress and the
mouse enters this widget, and whenever it moves within the widget.
<p> See the <a href="dnd.html">Drag-and-drop documentation</a> for an
overview of how to provide drag-and-drop in your application.
-<p> <p>See also <a href="qtextdrag.html">TQTextDrag</a>, <a href="qimagedrag.html">TQImageDrag</a>, and <a href="qdragmoveevent.html">TQDragMoveEvent</a>.
+<p> <p>See also <a href="qtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="qdragmoveevent.html">TQDragMoveEvent</a>.
<h3 class=fn>void <a name="drawText"></a>TQWidget::drawText ( int&nbsp;x, int&nbsp;y, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;str )
</h3>
@@ -962,7 +962,7 @@ This event handler is called when the drag is dropped on this
widget.
<p> See the <a href="dnd.html">Drag-and-drop documentation</a> for an
overview of how to provide drag-and-drop in your application.
-<p> <p>See also <a href="qtextdrag.html">TQTextDrag</a>, <a href="qimagedrag.html">TQImageDrag</a>, and <a href="qdropevent.html">TQDropEvent</a>.
+<p> <p>See also <a href="qtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="qdropevent.html">TQDropEvent</a>.
<p>Example: <a href="simple_dd-example.html#x2830">iconview/simple_dd/main.cpp</a>.
<h3 class=fn>void <a name="enabledChange"></a>TQWidget::enabledChange ( bool&nbsp;oldEnabled )<tt> [virtual protected]</tt>