summaryrefslogtreecommitdiffstats
path: root/doc/html/tqiconviewitem.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/tqiconviewitem.html
parent7552c6d73043b1040139033f6864db48ae5446cf (diff)
downloadtqt-628b0bb7.tar.gz
tqt-628b0bb7.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/tqiconviewitem.html')
-rw-r--r--doc/html/tqiconviewitem.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqiconviewitem.html b/doc/html/tqiconviewitem.html
index d458939d8..b0b51f650 100644
--- a/doc/html/tqiconviewitem.html
+++ b/doc/html/tqiconviewitem.html
@@ -209,10 +209,10 @@ the icon view item <em>after</em>.
Destroys the icon view item and tells the parent icon view that
the item has been destroyed.
-<h3 class=fn>bool <a name="acceptDrop"></a>TQIconViewItem::acceptDrop ( const&nbsp;<a href="qmimesource.html">TQMimeSource</a>&nbsp;*&nbsp;mime ) const<tt> [virtual]</tt>
+<h3 class=fn>bool <a name="acceptDrop"></a>TQIconViewItem::acceptDrop ( const&nbsp;<a href="tqmimesource.html">TQMimeSource</a>&nbsp;*&nbsp;mime ) const<tt> [virtual]</tt>
</h3>
-<p> Returns TRUE if you can drop things with a <a href="qmimesource.html">TQMimeSource</a> of <em>mime</em>
+<p> Returns TRUE if you can drop things with a <a href="tqmimesource.html">TQMimeSource</a> of <em>mime</em>
onto this item; otherwise returns FALSE.
<p> The default implementation always returns FALSE. You must subclass
TQIconViewItem and reimplement <a href="#acceptDrop">acceptDrop</a>() to accept drops.
@@ -277,7 +277,7 @@ Returns TRUE if the user is allowed to drop something onto the
item; otherwise returns FALSE.
<p> <p>See also <a href="#setDropEnabled">setDropEnabled</a>().
-<h3 class=fn>void <a name="dropped"></a>TQIconViewItem::dropped ( <a href="qdropevent.html">TQDropEvent</a>&nbsp;*&nbsp;e, const&nbsp;<a href="tqvaluelist.html">TQValueList</a>&lt;TQIconDragItem&gt;&nbsp;&amp;&nbsp;lst )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="dropped"></a>TQIconViewItem::dropped ( <a href="tqdropevent.html">TQDropEvent</a>&nbsp;*&nbsp;e, const&nbsp;<a href="tqvaluelist.html">TQValueList</a>&lt;TQIconDragItem&gt;&nbsp;&amp;&nbsp;lst )<tt> [virtual protected]</tt>
</h3>
<p> This function is called when something is dropped on the item. <em>e</em> provides all the information about the drop. If the drag object