summaryrefslogtreecommitdiffstats
path: root/doc/networking.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/networking.doc')
-rw-r--r--doc/networking.doc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/networking.doc b/doc/networking.doc
index 41db5cf8..c29cda3e 100644
--- a/doc/networking.doc
+++ b/doc/networking.doc
@@ -11,7 +11,7 @@
\if defined(commercial)
-This module is part of the \link commercialeditions.html Qt Enterprise Edition \endlink.
+This module is part of the \link commercialeditions.html TQt Enterprise Edition \endlink.
\endif
\tableofcontents
@@ -265,7 +265,7 @@ It is not mandatory, of course, but it's good programming practice to cover erro
\section2 Info Url Client
-It is time to illustrate how to use QNetworkProtocol, QNetworkOperation and QUrlOperator to register our communication protocol and make it on par to already implemented protocols, like QFtp, QHttp and QLocalFs. This will give us much larger flexibility in use and let us use Qt class that supports Network Protocols, e.g. QFileDialog.
+It is time to illustrate how to use QNetworkProtocol, QNetworkOperation and QUrlOperator to register our communication protocol and make it on par to already implemented protocols, like QFtp, QHttp and QLocalFs. This will give us much larger flexibility in use and let us use TQt class that supports Network Protocols, e.g. QFileDialog.
First, here is the header file in which Qip (our custom Network
Protocol) is declared (\c network/infoprotocol/infourlclient/qip.h):
@@ -374,11 +374,11 @@ We didn't use static function QFileDialog::getOpenFileName() because under Windo
### Rainer: have we an example that I can use?
-\section1 Inter-Process Communication between Qt Applications
+\section1 Inter-Process Communication between TQt Applications
### Rainer: have we an example that I can use?
-\section1 Inter-Process Communication between Qt and non-Qt Applications
+\section1 Inter-Process Communication between TQt and non-Qt Applications
### Rainer: have we an example that I can use?