summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdatasink.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-25 15:36:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-29 22:23:36 +0900
commit0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch)
tree0ef68a6a92087957855c7607ac176821d10d049d /doc/html/tqdatasink.html
parent7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff)
downloadtqt-0917fbb5.tar.gz
tqt-0917fbb5.zip
Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdatasink.html')
-rw-r--r--doc/html/tqdatasink.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqdatasink.html b/doc/html/tqdatasink.html
index acad5beb0..a0e58427e 100644
--- a/doc/html/tqdatasink.html
+++ b/doc/html/tqdatasink.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/qasyncio.cpp:85 -->
+<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqasyncio.cpp:85 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -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">ntqasyncio.h</a>&gt;</tt>
-<p>Inherits <a href="ntqasyncio.html">TQAsyncIO</a>.
+<p><tt>#include &lt;<a href="tqasyncio-h.html">tqasyncio.h</a>&gt;</tt>
+<p>Inherits <a href="tqasyncio.html">TQAsyncIO</a>.
<p><a href="tqdatasink-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="ntqasyncio.html">TQAsyncIO</a>, <a href="tqdatasource.html">TQDataSource</a>, and <a href="tqdatapump.html">TQDataPump</a>.
+<p> <p>See also <a href="tqasyncio.html">TQAsyncIO</a>, <a href="tqdatasource.html">TQDataSource</a>, and <a href="tqdatapump.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="ntqasyncio.html#ready">TQAsyncIO::ready</a>() if readyToReceive() is non-zero.
+It is merely calls <a href="tqasyncio.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>