diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/ntqpicture.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt-e6077c30.tar.gz tqt-e6077c30.zip |
Rename str 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.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. |