summaryrefslogtreecommitdiffstats
path: root/doc/networking.doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-05 20:59:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-05 20:59:01 -0600
commitdfb87398c72e9248aa709ae212e6ab7f2209003d (patch)
tree52422e7b6774fcc503d7c701cb2c77fa016386e8 /doc/networking.doc
parent891a448afad4ab1f09bfb0cfee71652975bd7687 (diff)
downloadtqt3-dfb87398c72e9248aa709ae212e6ab7f2209003d.tar.gz
tqt3-dfb87398c72e9248aa709ae212e6ab7f2209003d.zip
Automated update from Qt3
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 41db5cf83..c29cda3e3 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?