diff options
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. |