summaryrefslogtreecommitdiffstats
path: root/doc/html/qdatasink.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qdatasink.html')
-rw-r--r--doc/html/qdatasink.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qdatasink.html b/doc/html/qdatasink.html
index 3ff7aefd..5d46fabb 100644
--- a/doc/html/qdatasink.html
+++ b/doc/html/qdatasink.html
@@ -33,8 +33,8 @@ body { background: #ffffff; color: black; }
<p>The TQDataSink class is an asynchronous consumer 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><a href="qdatasink-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -53,7 +53,7 @@ asynchronous manner. This means that at some time not determined by
the data sink, blocks of data are given to it from processing. The
data sink is able to limit the maximum size of such blocks which it
is currently able to process.
-<p> <p>See also <a href="qasyncio.html">TQAsyncIO</a>, <a href="qdatasource.html">TQDataSource</a>, and <a href="qdatapump.html">TQDataPump</a>.
+<p> <p>See also <a href="ntqasyncio.html">TQAsyncIO</a>, <a href="qdatasource.html">TQDataSource</a>, and <a href="qdatapump.html">TQDataPump</a>.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn>void <a name="eof"></a>TQDataSink::eof ()<tt> [pure virtual]</tt>
@@ -65,7 +65,7 @@ processing.
<h3 class=fn>void <a name="maybeReady"></a>TQDataSink::maybeReady ()
</h3>
This should be called whenever <a href="#readyToReceive">readyToReceive</a>() might have become non-zero.
-It is merely calls <a href="qasyncio.html#ready">TQAsyncIO::ready</a>() if readyToReceive() is non-zero.
+It is merely calls <a href="ntqasyncio.html#ready">TQAsyncIO::ready</a>() if readyToReceive() is non-zero.
<h3 class=fn>int <a name="readyToReceive"></a>TQDataSink::readyToReceive ()<tt> [pure virtual]</tt>
</h3>