diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 09:43:41 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 09:43:41 (GMT) |
commit | 3058cd5f6ee3fb01e62d625b501e7eeeea70cd84 (patch) | |
tree | 880ceec3efd8979d5ceff6a58a1160f94e884e41 /src/network | |
parent | a958ab9c98481100870a87ee07b8e0abddbfc804 (diff) | |
download | Qt-3058cd5f6ee3fb01e62d625b501e7eeeea70cd84.zip Qt-3058cd5f6ee3fb01e62d625b501e7eeeea70cd84.tar.gz Qt-3058cd5f6ee3fb01e62d625b501e7eeeea70cd84.tar.bz2 |
Eliminate some mentions of Trolltech.
Reviewed-by: Trust Me
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/access/qftp.cpp | 2 | ||||
-rw-r--r-- | src/network/access/qhttp.cpp | 3 | ||||
-rw-r--r-- | src/network/ssl/qsslconfiguration.h | 2 | ||||
-rw-r--r-- | src/network/ssl/qsslconfiguration_p.h | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/src/network/access/qftp.cpp b/src/network/access/qftp.cpp index 1b1046a..4f17dc8 100644 --- a/src/network/access/qftp.cpp +++ b/src/network/access/qftp.cpp @@ -1340,7 +1340,7 @@ int QFtpPrivate::addCommand(QFtpCommand *cmd) Some commands, e.g. list(), emit additional signals to report their results. - Example: If you want to download the INSTALL file from Trolltech's + Example: If you want to download the INSTALL file from the Qt FTP server, you would write this: \snippet doc/src/snippets/code/src_network_access_qftp.cpp 1 diff --git a/src/network/access/qhttp.cpp b/src/network/access/qhttp.cpp index c5223a7..45c454c 100644 --- a/src/network/access/qhttp.cpp +++ b/src/network/access/qhttp.cpp @@ -1447,8 +1447,7 @@ QString QHttpRequestHeader::toString() const To make an HTTP request you must set up suitable HTTP headers. The following example demonstrates, how to request the main HTML page - from the Trolltech home page (i.e., the URL - \c http://qt.nokia.com/index.html): + from the Qt home page (i.e., the URL \c http://qt.nokia.com/index.html): \snippet doc/src/snippets/code/src_network_access_qhttp.cpp 2 diff --git a/src/network/ssl/qsslconfiguration.h b/src/network/ssl/qsslconfiguration.h index 0736c66..a5ed0b5 100644 --- a/src/network/ssl/qsslconfiguration.h +++ b/src/network/ssl/qsslconfiguration.h @@ -41,7 +41,7 @@ /**************************************************************************** ** -** In addition, as a special exception, Trolltech gives permission to link +** In addition, as a special exception, Nokia gives permission to link ** the code of its release of Qt with the OpenSSL project's "OpenSSL" library ** (or modified versions of the "OpenSSL" library that use the same license ** as the original version), and distribute the linked executables. diff --git a/src/network/ssl/qsslconfiguration_p.h b/src/network/ssl/qsslconfiguration_p.h index b2f059b..52e3e95 100644 --- a/src/network/ssl/qsslconfiguration_p.h +++ b/src/network/ssl/qsslconfiguration_p.h @@ -41,7 +41,7 @@ /**************************************************************************** ** -** In addition, as a special exception, Trolltech gives permission to link +** In addition, as a special exception, Nokia gives permission to link ** the code of its release of Qt with the OpenSSL project's "OpenSSL" library ** (or modified versions of the "OpenSSL" library that use the same license ** as the original version), and distribute the linked executables. |