summaryrefslogtreecommitdiffstats
path: root/doc/html/qmacmime.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-05 19:02:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-05 19:02:23 +0900
commit1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (patch)
treed62f4174c0e58e1aa895fc71484d068b614cd6de /doc/html/qmacmime.html
parent8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (diff)
downloadtqt-1f0ce853.tar.gz
tqt-1f0ce853.zip
Rename template library nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qmacmime.html')
-rw-r--r--doc/html/qmacmime.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qmacmime.html b/doc/html/qmacmime.html
index 4ac2d7c66..03ccf64e5 100644
--- a/doc/html/qmacmime.html
+++ b/doc/html/qmacmime.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="ntqvaluelist.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="qbytearray.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="ntqvaluelist.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="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>
<p> Returns <em>data</em> converted from Mac flavor <em>flav</em> to MIME type <em>mime</em>.