diff options
Diffstat (limited to 'doc/html/ntqpicture.html')
-rw-r--r-- | doc/html/ntqpicture.html | 4 |
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 <a href="ntqstring.html">TQString</a> & fileName, const char * format = 0 ) +<h3 class=fn>bool <a name="load"></a>TQPicture::load ( const <a href="tqstring.html">TQString</a> & fileName, const char * 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 <a href="ntqstring.html">TQString</a> & fileName, const char * format = 0 ) +<h3 class=fn>bool <a name="save"></a>TQPicture::save ( const <a href="tqstring.html">TQString</a> & fileName, const char * format = 0 ) </h3> Saves a picture to the file specified by <em>fileName</em> and returns TRUE if successful; otherwise returns FALSE. |