summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqpicture.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
commit252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch)
treeb48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/html/ntqpicture.html
parent87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff)
downloadtqt-252a2ec8.tar.gz
tqt-252a2ec8.zip
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqpicture.html')
-rw-r--r--doc/html/ntqpicture.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqpicture.html b/doc/html/ntqpicture.html
index 2ab698afe..dea681805 100644
--- a/doc/html/ntqpicture.html
+++ b/doc/html/ntqpicture.html
@@ -182,7 +182,7 @@ corresponding <em>format</em> string is "svg".
<p> <p>See also <a href="#save">save</a>().
<p>Examples: <a href="picture-example.html#x122">picture/picture.cpp</a> and <a href="xform-example.html#x1244">xform/xform.cpp</a>.
-<h3 class=fn>bool <a name="load-2"></a>TQPicture::load ( <a href="ntqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;dev, const&nbsp;char&nbsp;*&nbsp;format = 0 )
+<h3 class=fn>bool <a name="load-2"></a>TQPicture::load ( <a href="tqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;dev, const&nbsp;char&nbsp;*&nbsp;format = 0 )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> <em>dev</em> is the device to use for loading.
@@ -222,7 +222,7 @@ corresponding <em>format</em> string is "svg".
<p> <p>See also <a href="#load">load</a>().
<p>Example: <a href="picture-example.html#x123">picture/picture.cpp</a>.
-<h3 class=fn>bool <a name="save-2"></a>TQPicture::save ( <a href="ntqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;dev, const&nbsp;char&nbsp;*&nbsp;format = 0 )
+<h3 class=fn>bool <a name="save-2"></a>TQPicture::save ( <a href="tqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;dev, const&nbsp;char&nbsp;*&nbsp;format = 0 )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> <em>dev</em> is the device to use for saving.
@@ -245,13 +245,13 @@ function copies the input data.
<p> <p>See also <a href="#data">data</a>().
<hr><h2>Related Functions</h2>
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt"></a>operator&lt;&lt; ( <a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;s, const&nbsp;<a href="ntqpicture.html">TQPicture</a>&nbsp;&amp;&nbsp;r )
+<h3 class=fn><a href="tqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt"></a>operator&lt;&lt; ( <a href="tqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;s, const&nbsp;<a href="ntqpicture.html">TQPicture</a>&nbsp;&amp;&nbsp;r )
</h3>
<p> Writes picture <em>r</em> to the stream <em>s</em> and returns a reference to
the stream.
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt"></a>operator&gt;&gt; ( <a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;s, <a href="ntqpicture.html">TQPicture</a>&nbsp;&amp;&nbsp;r )
+<h3 class=fn><a href="tqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt"></a>operator&gt;&gt; ( <a href="tqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;s, <a href="ntqpicture.html">TQPicture</a>&nbsp;&amp;&nbsp;r )
</h3>
<p> Reads a picture from the stream <em>s</em> into picture <em>r</em> and returns