summaryrefslogtreecommitdiffstats
path: root/doc/html/io.html
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
committerTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/io.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/io.html')
-rw-r--r--doc/html/io.html50
1 files changed, 25 insertions, 25 deletions
diff --git a/doc/html/io.html b/doc/html/io.html
index 8426b923f..35cc7807b 100644
--- a/doc/html/io.html
+++ b/doc/html/io.html
@@ -36,41 +36,41 @@ body { background: #ffffff; color: black; }
devices, processes, files etc. as well as manipulating files and directories.
<p>
<p><table width="100%">
-<tr bgcolor=#f0f0f0><td><b><a href="qbuffer.html">TQBuffer</a></b><td>I/O device that operates on a TQByteArray
-<tr bgcolor=#f0f0f0><td><b><a href="qclipboard.html">TQClipboard</a></b><td>Access to the window system clipboard
-<tr bgcolor=#f0f0f0><td><b><a href="qdatastream.html">TQDataStream</a></b><td>Serialization of binary data to a TQIODevice
-<tr bgcolor=#f0f0f0><td><b><a href="qdir.html">TQDir</a></b><td>Access to directory structures and their contents in a platform-independent way
-<tr bgcolor=#f0f0f0><td><b><a href="qdns.html">TQDns</a></b><td>Asynchronous DNS lookups
-<tr bgcolor=#f0f0f0><td><b><a href="qfile.html">TQFile</a></b><td>I/O device that operates on files
-<tr bgcolor=#f0f0f0><td><b><a href="qfileinfo.html">TQFileInfo</a></b><td>System-independent file information
-<tr bgcolor=#f0f0f0><td><b><a href="qftp.html">TQFtp</a></b><td>Implementation of the FTP protocol
-<tr bgcolor=#f0f0f0><td><b><a href="qhostaddress.html">TQHostAddress</a></b><td>IP address
-<tr bgcolor=#f0f0f0><td><b><a href="qhttp.html">TQHttp</a></b><td>Implementation of the HTTP protocol
+<tr bgcolor=#f0f0f0><td><b><a href="ntqbuffer.html">TQBuffer</a></b><td>I/O device that operates on a TQByteArray
+<tr bgcolor=#f0f0f0><td><b><a href="ntqclipboard.html">TQClipboard</a></b><td>Access to the window system clipboard
+<tr bgcolor=#f0f0f0><td><b><a href="ntqdatastream.html">TQDataStream</a></b><td>Serialization of binary data to a TQIODevice
+<tr bgcolor=#f0f0f0><td><b><a href="ntqdir.html">TQDir</a></b><td>Access to directory structures and their contents in a platform-independent way
+<tr bgcolor=#f0f0f0><td><b><a href="ntqdns.html">TQDns</a></b><td>Asynchronous DNS lookups
+<tr bgcolor=#f0f0f0><td><b><a href="ntqfile.html">TQFile</a></b><td>I/O device that operates on files
+<tr bgcolor=#f0f0f0><td><b><a href="ntqfileinfo.html">TQFileInfo</a></b><td>System-independent file information
+<tr bgcolor=#f0f0f0><td><b><a href="ntqftp.html">TQFtp</a></b><td>Implementation of the FTP protocol
+<tr bgcolor=#f0f0f0><td><b><a href="ntqhostaddress.html">TQHostAddress</a></b><td>IP address
+<tr bgcolor=#f0f0f0><td><b><a href="ntqhttp.html">TQHttp</a></b><td>Implementation of the HTTP protocol
<tr bgcolor=#f0f0f0><td><b><a href="qhttpheader.html">TQHttpHeader</a></b><td>Header information for HTTP
<tr bgcolor=#f0f0f0><td><b><a href="qhttprequestheader.html">TQHttpRequestHeader</a></b><td>Request header information for HTTP
<tr bgcolor=#f0f0f0><td><b><a href="qhttpresponseheader.html">TQHttpResponseHeader</a></b><td>Response header information for HTTP
<tr bgcolor=#f0f0f0><td><b><a href="qimageio.html">TQImageIO</a></b><td>Parameters for loading and saving images
-<tr bgcolor=#f0f0f0><td><b><a href="qiodevice.html">TQIODevice</a></b><td>The base class of I/O devices
-<tr bgcolor=#f0f0f0><td><b><a href="qlocalfs.html">TQLocalFs</a></b><td>Implementation of a TQNetworkProtocol that works on the local file system
+<tr bgcolor=#f0f0f0><td><b><a href="ntqiodevice.html">TQIODevice</a></b><td>The base class of I/O devices
+<tr bgcolor=#f0f0f0><td><b><a href="ntqlocalfs.html">TQLocalFs</a></b><td>Implementation of a TQNetworkProtocol that works on the local file system
<tr bgcolor=#f0f0f0><td><b><a href="qmacmime.html">TQMacMime</a></b><td>Maps open-standard MIME to Mac flavors
<tr bgcolor=#f0f0f0><td><b><a href="qmimesource.html">TQMimeSource</a></b><td>Abstraction of objects which provide formatted data of a certain MIME type
<tr bgcolor=#f0f0f0><td><b><a href="qmimesourcefactory.html">TQMimeSourceFactory</a></b><td>Extensible provider of mime-typed data
<tr bgcolor=#f0f0f0><td><b><a href="qnetworkoperation.html">TQNetworkOperation</a></b><td>Common operations for network protocols
-<tr bgcolor=#f0f0f0><td><b><a href="qnetworkprotocol.html">TQNetworkProtocol</a></b><td>Common API for network protocols
-<tr bgcolor=#f0f0f0><td><b><a href="qprocess.html">TQProcess</a></b><td>Used to start external programs and to communicate with them
-<tr bgcolor=#f0f0f0><td><b><a href="qserversocket.html">TQServerSocket</a></b><td>TCP-based server
-<tr bgcolor=#f0f0f0><td><b><a href="qsettings.html">TQSettings</a></b><td>Persistent platform-independent application settings
-<tr bgcolor=#f0f0f0><td><b><a href="qsignal.html">TQSignal</a></b><td>Can be used to send signals for classes that don't inherit TQObject
-<tr bgcolor=#f0f0f0><td><b><a href="qsignalmapper.html">TQSignalMapper</a></b><td>Bundles signals from identifiable senders
-<tr bgcolor=#f0f0f0><td><b><a href="qsocket.html">TQSocket</a></b><td>Buffered TCP connection
-<tr bgcolor=#f0f0f0><td><b><a href="qsocketdevice.html">TQSocketDevice</a></b><td>Platform-independent low-level socket API
-<tr bgcolor=#f0f0f0><td><b><a href="qsocketnotifier.html">TQSocketNotifier</a></b><td>Support for socket callbacks
+<tr bgcolor=#f0f0f0><td><b><a href="ntqnetworkprotocol.html">TQNetworkProtocol</a></b><td>Common API for network protocols
+<tr bgcolor=#f0f0f0><td><b><a href="ntqprocess.html">TQProcess</a></b><td>Used to start external programs and to communicate with them
+<tr bgcolor=#f0f0f0><td><b><a href="ntqserversocket.html">TQServerSocket</a></b><td>TCP-based server
+<tr bgcolor=#f0f0f0><td><b><a href="ntqsettings.html">TQSettings</a></b><td>Persistent platform-independent application settings
+<tr bgcolor=#f0f0f0><td><b><a href="ntqsignal.html">TQSignal</a></b><td>Can be used to send signals for classes that don't inherit TQObject
+<tr bgcolor=#f0f0f0><td><b><a href="ntqsignalmapper.html">TQSignalMapper</a></b><td>Bundles signals from identifiable senders
+<tr bgcolor=#f0f0f0><td><b><a href="ntqsocket.html">TQSocket</a></b><td>Buffered TCP connection
+<tr bgcolor=#f0f0f0><td><b><a href="ntqsocketdevice.html">TQSocketDevice</a></b><td>Platform-independent low-level socket API
+<tr bgcolor=#f0f0f0><td><b><a href="ntqsocketnotifier.html">TQSocketNotifier</a></b><td>Support for socket callbacks
<tr bgcolor=#f0f0f0><td><b><a href="qtextistream.html">TQTextIStream</a></b><td>Convenience class for input streams
<tr bgcolor=#f0f0f0><td><b><a href="qtextostream.html">TQTextOStream</a></b><td>Convenience class for output streams
-<tr bgcolor=#f0f0f0><td><b><a href="qtextstream.html">TQTextStream</a></b><td>Basic functions for reading and writing text using a TQIODevice
-<tr bgcolor=#f0f0f0><td><b><a href="qurl.html">TQUrl</a></b><td>URL parser and simplifies working with URLs
-<tr bgcolor=#f0f0f0><td><b><a href="qurlinfo.html">TQUrlInfo</a></b><td>Stores information about URLs
-<tr bgcolor=#f0f0f0><td><b><a href="qurloperator.html">TQUrlOperator</a></b><td>Common operations on URLs
+<tr bgcolor=#f0f0f0><td><b><a href="ntqtextstream.html">TQTextStream</a></b><td>Basic functions for reading and writing text using a TQIODevice
+<tr bgcolor=#f0f0f0><td><b><a href="ntqurl.html">TQUrl</a></b><td>URL parser and simplifies working with URLs
+<tr bgcolor=#f0f0f0><td><b><a href="ntqurlinfo.html">TQUrlInfo</a></b><td>Stores information about URLs
+<tr bgcolor=#f0f0f0><td><b><a href="ntqurloperator.html">TQUrlOperator</a></b><td>Common operations on URLs
<tr bgcolor=#f0f0f0><td><b><a href="qwindowsmime.html">TQWindowsMime</a></b><td>Maps open-standard MIME to Window Clipboard formats
</table>
<!-- eof -->