diff options
Diffstat (limited to 'doc/html/tqimagedrag.html')
-rw-r--r-- | doc/html/tqimagedrag.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqimagedrag.html b/doc/html/tqimagedrag.html index 8575886ae..1160bea0e 100644 --- a/doc/html/tqimagedrag.html +++ b/doc/html/tqimagedrag.html @@ -92,13 +92,13 @@ into <em>img</em>. Returns TRUE if successful; otherwise returns FALSE. <p> <p>See also <a href="#canDecode">canDecode</a>(). <p>Example: <a href="desktop-example.html#x1732">desktop/desktop.cpp</a>. -<h3 class=fn>bool <a name="decode-2"></a>TQImageDrag::decode ( const <a href="tqmimesource.html">TQMimeSource</a> * e, <a href="ntqpixmap.html">TQPixmap</a> & pm )<tt> [static]</tt> +<h3 class=fn>bool <a name="decode-2"></a>TQImageDrag::decode ( const <a href="tqmimesource.html">TQMimeSource</a> * e, <a href="tqpixmap.html">TQPixmap</a> & pm )<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Attempts to decode the dropped information in mime source <em>e</em> into pixmap <em>pm</em>. Returns TRUE if successful; otherwise returns FALSE. -<p> This is a convenience function that converts to a <a href="ntqpixmap.html">TQPixmap</a> via a +<p> This is a convenience function that converts to a <a href="tqpixmap.html">TQPixmap</a> via a <a href="tqimage.html">TQImage</a>. <p> <p>See also <a href="#canDecode">canDecode</a>(). |