diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 13:06:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 13:06:00 +0900 |
commit | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (patch) | |
tree | 16062922d35b5e0153b9f866e440f36603bd4f55 /doc/html/qlistviewitem.html | |
parent | 7552c6d73043b1040139033f6864db48ae5446cf (diff) | |
download | tqt-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/qlistviewitem.html')
-rw-r--r-- | doc/html/qlistviewitem.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qlistviewitem.html b/doc/html/qlistviewitem.html index 7d30fa0a5..58f60cf83 100644 --- a/doc/html/qlistviewitem.html +++ b/doc/html/qlistviewitem.html @@ -268,9 +268,9 @@ unless the list view's sorting is disabled using Destroys the item, deleting all its children and freeing up all allocated resources. -<h3 class=fn>bool <a name="acceptDrop"></a>TQListViewItem::acceptDrop ( const <a href="qmimesource.html">TQMimeSource</a> * mime ) const<tt> [virtual]</tt> +<h3 class=fn>bool <a name="acceptDrop"></a>TQListViewItem::acceptDrop ( const <a href="tqmimesource.html">TQMimeSource</a> * mime ) const<tt> [virtual]</tt> </h3> -Returns TRUE if the item can accept drops of type <a href="qmimesource.html">TQMimeSource</a> <em>mime</em>; otherwise returns FALSE. +Returns TRUE if the item can accept drops of type <a href="tqmimesource.html">TQMimeSource</a> <em>mime</em>; otherwise returns FALSE. <p> The default implementation does nothing and returns FALSE. A subclass must reimplement this to accept drops. @@ -355,7 +355,7 @@ reimplement this function. Returns TRUE if this item accepts drops; otherwise returns FALSE. <p> <p>See also <a href="#setDropEnabled">setDropEnabled</a>() and <a href="#acceptDrop">acceptDrop</a>(). -<h3 class=fn>void <a name="dropped"></a>TQListViewItem::dropped ( <a href="qdropevent.html">TQDropEvent</a> * e )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="dropped"></a>TQListViewItem::dropped ( <a href="tqdropevent.html">TQDropEvent</a> * e )<tt> [virtual protected]</tt> </h3> This function is called when something was dropped on the item. <em>e</em> contains all the information about the drop. |