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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqpicture.html b/doc/html/ntqpicture.html
index 2aefde870..2ab698afe 100644
--- a/doc/html/ntqpicture.html
+++ b/doc/html/ntqpicture.html
@@ -168,7 +168,7 @@ Nothing is done if there is just a single reference.
<p> Returns TRUE if the picture contains no data; otherwise returns
FALSE.
-<h3 class=fn>bool <a name="load"></a>TQPicture::load ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;fileName, const&nbsp;char&nbsp;*&nbsp;format = 0 )
+<h3 class=fn>bool <a name="load"></a>TQPicture::load ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;fileName, const&nbsp;char&nbsp;*&nbsp;format = 0 )
</h3>
Loads a picture from the file specified by <em>fileName</em> and returns
TRUE if successful; otherwise returns FALSE.
@@ -208,7 +208,7 @@ successful; otherwise returns FALSE.
<p> This function does exactly the same as <a href="ntqpainter.html#drawPicture">TQPainter::drawPicture</a>()
with (x, y) = (0, 0).
-<h3 class=fn>bool <a name="save"></a>TQPicture::save ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;fileName, const&nbsp;char&nbsp;*&nbsp;format = 0 )
+<h3 class=fn>bool <a name="save"></a>TQPicture::save ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;fileName, const&nbsp;char&nbsp;*&nbsp;format = 0 )
</h3>
Saves a picture to the file specified by <em>fileName</em> and returns
TRUE if successful; otherwise returns FALSE.