diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/html/tqicondrag.html | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqicondrag.html')
-rw-r--r-- | doc/html/tqicondrag.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqicondrag.html b/doc/html/tqicondrag.html index 99ff87cad..3b4f3b9d0 100644 --- a/doc/html/tqicondrag.html +++ b/doc/html/tqicondrag.html @@ -67,7 +67,7 @@ TQIconView, create a TQIconDrag object in a reimplementation of which should be dragged, set the data it represents with <a href="tqicondragitem.html#setData">TQIconDragItem::setData</a>(), and add each TQIconDragItem to the drag object using <a href="#append">append</a>(). -<p> The data in TQIconDragItems is stored in a <a href="qbytearray.html">TQByteArray</a> and is +<p> The data in TQIconDragItems is stored in a <a href="tqbytearray.html">TQByteArray</a> and is mime-typed (see <a href="tqmimesource.html">TQMimeSource</a> and the <a href="http://doc.trolltech.com/dnd.html">Drag and Drop</a> overview). If you want to use your own mime-types derive a class @@ -104,7 +104,7 @@ Returns TRUE if <em>e</em> can be decoded by the TQIconDrag, otherwise return FALSE. <p>Example: <a href="fileiconview-example.html#x830">fileiconview/qfileiconview.cpp</a>. -<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="encodedData"></a>TQIconDrag::encodedData ( const char * mime ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqbytearray.html">TQByteArray</a> <a name="encodedData"></a>TQIconDrag::encodedData ( const char * mime ) const<tt> [virtual]</tt> </h3> Returns the encoded data of the drag object if <em>mime</em> is application/x-qiconlist. |