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/tquridrag.html | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt-87d29563.tar.gz tqt-87d29563.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tquridrag.html')
-rw-r--r-- | doc/html/tquridrag.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tquridrag.html b/doc/html/tquridrag.html index 079f95ed4..c8be01a45 100644 --- a/doc/html/tquridrag.html +++ b/doc/html/tquridrag.html @@ -125,7 +125,7 @@ in <em>l</em> (which is first cleared). <p> Returns TRUE if <em>contained</em> a valid list of URIs; otherwise returns FALSE. -<h3 class=fn><a href="ntqcstring.html">TQCString</a> <a name="localFileToUri"></a>TQUriDrag::localFileToUri ( const <a href="tqstring.html">TQString</a> & filename )<tt> [static]</tt> +<h3 class=fn><a href="tqcstring.html">TQCString</a> <a name="localFileToUri"></a>TQUriDrag::localFileToUri ( const <a href="tqstring.html">TQString</a> & filename )<tt> [static]</tt> </h3> Returns the URI equivalent to the absolute local file <em>filename</em>. <p> <p>See also <a href="#uriToLocalFile">uriToLocalFile</a>(). @@ -153,7 +153,7 @@ displaying to humans). Changes the list of <em>uris</em> to be dragged. <p> Note that URIs are always in escaped UTF8 encoding. -<h3 class=fn><a href="ntqcstring.html">TQCString</a> <a name="unicodeUriToUri"></a>TQUriDrag::unicodeUriToUri ( const <a href="tqstring.html">TQString</a> & uuri )<tt> [static]</tt> +<h3 class=fn><a href="tqcstring.html">TQCString</a> <a name="unicodeUriToUri"></a>TQUriDrag::unicodeUriToUri ( const <a href="tqstring.html">TQString</a> & uuri )<tt> [static]</tt> </h3> Returns the URI equivalent of the Unicode URI given in <em>uuri</em> (only useful for displaying to humans). |