diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/qpicture.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/html/qpicture.html')
-rw-r--r-- | doc/html/qpicture.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qpicture.html b/doc/html/qpicture.html index af4743756..9f30b3a40 100644 --- a/doc/html/qpicture.html +++ b/doc/html/qpicture.html @@ -177,7 +177,7 @@ TQPicture format. Specifying the <em>format</em> string is optional and is only needed for importing picture data stored in a different format. <p> Currently, the only external format supported is the <a href="http://www.w3.org/Graphics/SVG/">W3C SVG</a> format which -retquires the <a href="xml.html">TQt XML module</a>. The +requires the <a href="xml.html">TQt XML module</a>. The corresponding <em>format</em> string is "svg". <p> <p>See also <a href="#save">save</a>(). @@ -217,7 +217,7 @@ recommended unless you intend to export the picture data for use by a third party reader. By default the data will be saved in the native TQPicture file format. <p> Currently, the only external format supported is the <a href="http://www.w3.org/Graphics/SVG/">W3C SVG</a> format which -retquires the <a href="xml.html">TQt XML module</a>. The +requires the <a href="xml.html">TQt XML module</a>. The corresponding <em>format</em> string is "svg". <p> <p>See also <a href="#load">load</a>(). |