summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqpicture.html
diff options
context:
space:
mode:
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 2ab698af..dea68180 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