diff options
Diffstat (limited to 'doc/html/tqtextdrag.html')
-rw-r--r-- | doc/html/tqtextdrag.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqtextdrag.html b/doc/html/tqtextdrag.html index ee5f50cd3..b1b4e7204 100644 --- a/doc/html/tqtextdrag.html +++ b/doc/html/tqtextdrag.html @@ -95,7 +95,7 @@ Returns TRUE if successful; otherwise returns FALSE. <p> <p>See also <a href="#canDecode">canDecode</a>(). <p>Example: <a href="simple_dd-example.html#x2828">iconview/simple_dd/main.cpp</a>. -<h3 class=fn>bool <a name="decode-2"></a>TQTextDrag::decode ( const <a href="tqmimesource.html">TQMimeSource</a> * e, <a href="tqstring.html">TQString</a> & str, <a href="ntqcstring.html">TQCString</a> & subtype )<tt> [static]</tt> +<h3 class=fn>bool <a name="decode-2"></a>TQTextDrag::decode ( const <a href="tqmimesource.html">TQMimeSource</a> * e, <a href="tqstring.html">TQString</a> & str, <a href="tqcstring.html">TQCString</a> & subtype )<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 <em>e</em> into <em>str</em>. @@ -104,7 +104,7 @@ is null, any text subtype is accepted; otherwise only the specified <em>subtype</em> is accepted. <p> <p>See also <a href="#canDecode">canDecode</a>(). -<h3 class=fn>void <a name="setSubtype"></a>TQTextDrag::setSubtype ( const <a href="ntqcstring.html">TQCString</a> & st )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setSubtype"></a>TQTextDrag::setSubtype ( const <a href="tqcstring.html">TQCString</a> & st )<tt> [virtual]</tt> </h3> Sets the MIME subtype of the text being dragged to <em>st</em>. The default subtype is "plain", so the default MIME type of the text |