diff options
author | Michele Calgaro <[email protected]> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/tqxmlsimplereader.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqxmlsimplereader.html')
-rw-r--r-- | doc/html/tqxmlsimplereader.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqxmlsimplereader.html b/doc/html/tqxmlsimplereader.html index 456a1cd82..443946309 100644 --- a/doc/html/tqxmlsimplereader.html +++ b/doc/html/tqxmlsimplereader.html @@ -128,7 +128,7 @@ parsing when it encounters this symbol, it is an error and FALSE is returned. <p> <p>See also <a href="#parse">parse</a>() and <a href="tqxmlinputsource.html#next">TQXmlInputSource::next</a>(). -<h3 class=fn>void <a name="setFeature"></a>TQXmlSimpleReader::setFeature ( const <a href="ntqstring.html">TQString</a> & name, bool value )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setFeature"></a>TQXmlSimpleReader::setFeature ( const <a href="tqstring.html">TQString</a> & name, bool value )<tt> [virtual]</tt> </h3> Sets the state of the feature <em>name</em> to <em>value</em>: <p> If the feature is not recognized, it is ignored. |