summaryrefslogtreecommitdiffstats
path: root/doc/html/tqxmlinputsource.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqxmlinputsource.html')
-rw-r--r--doc/html/tqxmlinputsource.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqxmlinputsource.html b/doc/html/tqxmlinputsource.html
index 7de6fc959..1cd23db52 100644
--- a/doc/html/tqxmlinputsource.html
+++ b/doc/html/tqxmlinputsource.html
@@ -73,7 +73,7 @@ encoding declaration, then it assumes that the data is either in
UTF-8 or UTF-16, depending on whether it can find a byte-order
mark.
<p> There are two ways to populate the input source with data: you can
-construct it with a <a href="ntqiodevice.html">TQIODevice</a>* so that the input source reads the
+construct it with a <a href="tqiodevice.html">TQIODevice</a>* so that the input source reads the
data from that device. Or you can set the data explicitly with one
of the <a href="#setData">setData</a>() functions.
<p> Usually you either construct a TQXmlInputSource that works on a
@@ -95,15 +95,15 @@ cases is that it tries to use the correct encoding.
Constructs an input source which contains no data.
<p> <p>See also <a href="#setData">setData</a>().
-<h3 class=fn><a name="TQXmlInputSource-2"></a>TQXmlInputSource::TQXmlInputSource ( <a href="ntqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;dev )
+<h3 class=fn><a name="TQXmlInputSource-2"></a>TQXmlInputSource::TQXmlInputSource ( <a href="tqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;dev )
</h3>
Constructs an input source and gets the data from device <em>dev</em>.
If <em>dev</em> is not open, it is opened in read-only mode. If <em>dev</em>
is 0 or it is not possible to read from the device, the input
source will contain no data.
-<p> <p>See also <a href="#setData">setData</a>(), <a href="#fetchData">fetchData</a>(), and <a href="ntqiodevice.html">TQIODevice</a>.
+<p> <p>See also <a href="#setData">setData</a>(), <a href="#fetchData">fetchData</a>(), and <a href="tqiodevice.html">TQIODevice</a>.
-<h3 class=fn><a name="TQXmlInputSource-3"></a>TQXmlInputSource::TQXmlInputSource ( <a href="ntqfile.html">TQFile</a>&nbsp;&amp;&nbsp;file )
+<h3 class=fn><a name="TQXmlInputSource-3"></a>TQXmlInputSource::TQXmlInputSource ( <a href="tqfile.html">TQFile</a>&nbsp;&amp;&nbsp;file )
</h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p> Constructs an input source and gets the data from the file <em>file</em>. If the
file cannot be read the input source is empty.