summaryrefslogtreecommitdiffstats
path: root/doc/html/tqmacmime.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-07 14:56:09 +0900
committerMichele Calgaro <[email protected]>2024-07-07 14:56:09 +0900
commit87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch)
tree2d674f204c5205ca577a782e1b50583afd563972 /doc/html/tqmacmime.html
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz
tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqmacmime.html')
-rw-r--r--doc/html/tqmacmime.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqmacmime.html b/doc/html/tqmacmime.html
index c62bef2b2..b6f6bbc9c 100644
--- a/doc/html/tqmacmime.html
+++ b/doc/html/tqmacmime.html
@@ -107,7 +107,7 @@ Returns a list of all currently defined TQMacMime objects of type <em>t</em>.
<em>mime</em> and <em>flav</em>; otherwise returns FALSE.
<p> All subclasses must reimplement this pure virtual function.
-<h3 class=fn><a href="tqvaluelist.html">TQValueList</a>&lt;TQByteArray&gt; <a name="convertFromMime"></a>TQMacMime::convertFromMime ( <a href="qbytearray.html">TQByteArray</a>&nbsp;data, const&nbsp;char&nbsp;*&nbsp;mime, int&nbsp;flav )<tt> [pure virtual]</tt>
+<h3 class=fn><a href="tqvaluelist.html">TQValueList</a>&lt;TQByteArray&gt; <a name="convertFromMime"></a>TQMacMime::convertFromMime ( <a href="tqbytearray.html">TQByteArray</a>&nbsp;data, const&nbsp;char&nbsp;*&nbsp;mime, int&nbsp;flav )<tt> [pure virtual]</tt>
</h3>
<p> Returns <em>data</em> converted from MIME type <em>mime</em>
@@ -116,7 +116,7 @@ to Mac flavor <em>flav</em>.
value may contain trailing data.
<p> All subclasses must reimplement this pure virtual function.
-<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="convertToMime"></a>TQMacMime::convertToMime ( <a href="tqvaluelist.html">TQValueList</a>&lt;TQByteArray&gt;&nbsp;data, const&nbsp;char&nbsp;*&nbsp;mime, int&nbsp;flav )<tt> [pure virtual]</tt>
+<h3 class=fn><a href="tqbytearray.html">TQByteArray</a> <a name="convertToMime"></a>TQMacMime::convertToMime ( <a href="tqvaluelist.html">TQValueList</a>&lt;TQByteArray&gt;&nbsp;data, const&nbsp;char&nbsp;*&nbsp;mime, int&nbsp;flav )<tt> [pure virtual]</tt>
</h3>
<p> Returns <em>data</em> converted from Mac flavor <em>flav</em> to MIME type <em>mime</em>.