summaryrefslogtreecommitdiffstats
path: root/doc/networking.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/networking.doc')
-rw-r--r--doc/networking.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/networking.doc b/doc/networking.doc
index c4204f83c..d8e5bf9e7 100644
--- a/doc/networking.doc
+++ b/doc/networking.doc
@@ -66,7 +66,7 @@ Qt's networking classes, showing how they are used in practice.
If you are using standard network protocols, such as FTP and HTTP, you
must register them before you can use TQUrlOperator. For example, put
the following call in your \c main() function, after creating your
-QApplication object:
+TQApplication object:
\code
tqInitNetworkProtocols();
\endcode