summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdatasource.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqdatasource.html')
-rw-r--r--doc/html/tqdatasource.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqdatasource.html b/doc/html/tqdatasource.html
index 9f2e5b065..8966d4469 100644
--- a/doc/html/tqdatasource.html
+++ b/doc/html/tqdatasource.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:131 -->
+<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqasyncio.cpp:131 -->
<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 TQDataSource class is an asynchronous producer 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>Inherited by <a href="tqiodevicesource.html">TQIODeviceSource</a>.
<p><a href="tqdatasource-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="ntqasyncio.html">TQAsyncIO</a>, <a href="tqdatasink.html">TQDataSink</a>, and <a href="tqdatapump.html">TQDataPump</a>.
+<p> <p>See also <a href="tqasyncio.html">TQAsyncIO</a>, <a href="tqdatasink.html">TQDataSink</a>, and <a href="tqdatapump.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>
@@ -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="ntqasyncio.html#ready">TQAsyncIO::ready</a>() if readyToSend() is non-zero.
+It is merely calls <a href="tqasyncio.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>