summaryrefslogtreecommitdiffstats
path: root/doc/src/porting4-overview.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/porting4-overview.qdoc')
-rw-r--r--doc/src/porting4-overview.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/porting4-overview.qdoc b/doc/src/porting4-overview.qdoc
index 3494c6de9..3c3c0851b 100644
--- a/doc/src/porting4-overview.qdoc
+++ b/doc/src/porting4-overview.qdoc
@@ -195,9 +195,9 @@
QNetworkRequest, QNetworkReply, and QNetworkAccessManager documentation
for further details.
- It is also possible to perform operations on remote files
- through the QHttp and QFtp classes, and on local files with
- the QFile class.
+ It is also possible to perform operations on remote files through
+ the QNetworkAccessManager and QFtp classes, and on local files
+ with the QFile class.
\section2 SQL Cursors (QSqlCursor)