summaryrefslogtreecommitdiffstats
path: root/doc/html/tqxmlparseexception.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/tqxmlparseexception.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz
tqt-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqxmlparseexception.html')
-rw-r--r--doc/html/tqxmlparseexception.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqxmlparseexception.html b/doc/html/tqxmlparseexception.html
index 06defa1d2..5452b0453 100644
--- a/doc/html/tqxmlparseexception.html
+++ b/doc/html/tqxmlparseexception.html
@@ -62,7 +62,7 @@ occurred using <a href="#systemId">systemId</a>(), <a href="#publicId">publicId<
<p> <p>See also <a href="tqxmlerrorhandler.html">TQXmlErrorHandler</a>, <a href="tqxmlreader.html">TQXmlReader</a>, and <a href="xml-tools.html">XML</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQXmlParseException"></a>TQXmlParseException::TQXmlParseException ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name = "", int&nbsp;c = -1, int&nbsp;l = -1, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;p = "", const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;s = "" )
+<h3 class=fn><a name="TQXmlParseException"></a>TQXmlParseException::TQXmlParseException ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;name = "", int&nbsp;c = -1, int&nbsp;l = -1, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;p = "", const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;s = "" )
</h3>
<p> Constructs a parse exception with the error string <em>name</em> for
@@ -77,15 +77,15 @@ Returns the column number where the error occurred.
</h3>
Returns the line number where the error occurred.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="message"></a>TQXmlParseException::message () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="message"></a>TQXmlParseException::message () const
</h3>
Returns the error message.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="publicId"></a>TQXmlParseException::publicId () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="publicId"></a>TQXmlParseException::publicId () const
</h3>
Returns the public identifier where the error occurred.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="systemId"></a>TQXmlParseException::systemId () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="systemId"></a>TQXmlParseException::systemId () const
</h3>
Returns the system identifier where the error occurred.