summaryrefslogtreecommitdiffstats
path: root/doc/html/qdatasource.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qdatasource.html')
-rw-r--r--doc/html/qdatasource.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qdatasource.html b/doc/html/qdatasource.html
index 33e2131e..42a1c03b 100644
--- a/doc/html/qdatasource.html
+++ b/doc/html/qdatasource.html
@@ -33,8 +33,8 @@ body { background: #ffffff; color: black; }
<p>The TQDataSource class is an asynchronous producer of data.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qasyncio-h.html">qasyncio.h</a>&gt;</tt>
-<p>Inherits <a href="qasyncio.html">TQAsyncIO</a>.
+<p><tt>#include &lt;<a href="qasyncio-h.html">ntqasyncio.h</a>&gt;</tt>
+<p>Inherits <a href="ntqasyncio.html">TQAsyncIO</a>.
<p>Inherited by <a href="qiodevicesource.html">TQIODeviceSource</a>.
<p><a href="qdatasource-members.html">List of all member functions.</a>
<h2>Public Members</h2>
@@ -56,7 +56,7 @@ asynchronous manner. This means that at some time not determined by
the data source, blocks of data will be taken from it for processing.
The data source is able to limit the maximum size of such blocks which
it is currently able to provide.
-<p> <p>See also <a href="qasyncio.html">TQAsyncIO</a>, <a href="qdatasink.html">TQDataSink</a>, and <a href="qdatapump.html">TQDataPump</a>.
+<p> <p>See also <a href="ntqasyncio.html">TQAsyncIO</a>, <a href="qdatasink.html">TQDataSink</a>, and <a href="qdatapump.html">TQDataPump</a>.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn>void <a name="enableRewind"></a>TQDataSource::enableRewind ( bool&nbsp;on )<tt> [virtual]</tt>
@@ -65,7 +65,7 @@ If this function is called with <em>on</em> set to TRUE, and <a href="#rewindabl
is TRUE, then the data source must take measures to allow the <a href="#rewind">rewind</a>()
function to subsequently operate as described. If rewindable() is FALSE,
the function should call <a href="#enableRewind">TQDataSource::enableRewind</a>(), which aborts with
-a <a href="qapplication.html#qFatal">qFatal</a>() error.
+a <a href="ntqapplication.html#qFatal">qFatal</a>() error.
<p> For example, a network connection may choose to use a disk cache
of input only if rewinding is enabled before the first buffer-full of
data is discarded, returning FALSE in rewindable() if that first buffer
@@ -75,7 +75,7 @@ is discarded.
<h3 class=fn>void <a name="maybeReady"></a>TQDataSource::maybeReady ()
</h3>
This should be called whenever <a href="#readyToSend">readyToSend</a>() might have become non-zero.
-It is merely calls <a href="qasyncio.html#ready">TQAsyncIO::ready</a>() if readyToSend() is non-zero.
+It is merely calls <a href="ntqasyncio.html#ready">TQAsyncIO::ready</a>() if readyToSend() is non-zero.
<h3 class=fn>int <a name="readyToSend"></a>TQDataSource::readyToSend ()<tt> [pure virtual]</tt>
</h3>