diff options
author | Martin Smith <msmith@trolltech.com> | 2009-07-24 11:49:30 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-07-24 11:50:30 (GMT) |
commit | 11fb6f876b94869921fa9b560ce8a3f6ae38e1f5 (patch) | |
tree | 5da4ccb854fe5528b8ad0d32b2b57e71b247ab14 /doc/src/ipc.qdoc | |
parent | ed2a03b3bc85be056eca87928d18a746faa07bca (diff) | |
download | Qt-11fb6f876b94869921fa9b560ce8a3f6ae38e1f5.zip Qt-11fb6f876b94869921fa9b560ce8a3f6ae38e1f5.tar.gz Qt-11fb6f876b94869921fa9b560ce8a3f6ae38e1f5.tar.bz2 |
qdoc: Fixed all references to obsolete QHttp classes.
Diffstat (limited to 'doc/src/ipc.qdoc')
-rw-r--r-- | doc/src/ipc.qdoc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/ipc.qdoc b/doc/src/ipc.qdoc index 1349fde..1f9d36d 100644 --- a/doc/src/ipc.qdoc +++ b/doc/src/ipc.qdoc @@ -61,12 +61,12 @@ \section1 TCP/IP - The cross-platform \l{QtNetwork} module - provides classes that make network programming portable and - easy. It offers high-level classes (e.g., QHttp, QFtp) that - communicate using specific application-level protocols, and - lower-level classes (e.g., QTcpSocket, QTcpServer, QSslSocket) for - implementing protocols. + The cross-platform \l{QtNetwork} module provides classes that make + network programming portable and easy. It offers high-level + classes (e.g., QNetworkAccessManager, QFtp) that communicate using + specific application-level protocols, and lower-level classes + (e.g., QTcpSocket, QTcpServer, QSslSocket) for implementing + protocols. \section1 Shared Memory |