diff options
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/qdns.cpp | 2 | ||||
-rw-r--r-- | src/network/qdns.h | 2 | ||||
-rw-r--r-- | src/network/qftp.cpp | 2 | ||||
-rw-r--r-- | src/network/qftp.h | 2 | ||||
-rw-r--r-- | src/network/qhostaddress.cpp | 2 | ||||
-rw-r--r-- | src/network/qhostaddress.h | 2 | ||||
-rw-r--r-- | src/network/qhttp.cpp | 4 | ||||
-rw-r--r-- | src/network/qhttp.h | 2 | ||||
-rw-r--r-- | src/network/qnetwork.cpp | 2 | ||||
-rw-r--r-- | src/network/qnetwork.h | 2 | ||||
-rw-r--r-- | src/network/qserversocket.cpp | 2 | ||||
-rw-r--r-- | src/network/qserversocket.h | 2 | ||||
-rw-r--r-- | src/network/qsocket.cpp | 4 | ||||
-rw-r--r-- | src/network/qsocket.h | 2 | ||||
-rw-r--r-- | src/network/qsocketdevice.cpp | 2 | ||||
-rw-r--r-- | src/network/qsocketdevice.h | 2 | ||||
-rw-r--r-- | src/network/qsocketdevice_unix.cpp | 2 |
17 files changed, 19 insertions, 19 deletions
diff --git a/src/network/qdns.cpp b/src/network/qdns.cpp index 65deec7f6..1b896e552 100644 --- a/src/network/qdns.cpp +++ b/src/network/qdns.cpp @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: diff --git a/src/network/qdns.h b/src/network/qdns.h index b75833ef9..a14d2024f 100644 --- a/src/network/qdns.h +++ b/src/network/qdns.h @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: diff --git a/src/network/qftp.cpp b/src/network/qftp.cpp index 560917e34..78f29e8cd 100644 --- a/src/network/qftp.cpp +++ b/src/network/qftp.cpp @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: diff --git a/src/network/qftp.h b/src/network/qftp.h index ee615db79..475eed1f0 100644 --- a/src/network/qftp.h +++ b/src/network/qftp.h @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: diff --git a/src/network/qhostaddress.cpp b/src/network/qhostaddress.cpp index 2c4e2e6f9..360045282 100644 --- a/src/network/qhostaddress.cpp +++ b/src/network/qhostaddress.cpp @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: diff --git a/src/network/qhostaddress.h b/src/network/qhostaddress.h index 99ea62f68..09986861a 100644 --- a/src/network/qhostaddress.h +++ b/src/network/qhostaddress.h @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: diff --git a/src/network/qhttp.cpp b/src/network/qhttp.cpp index 143421c54..4d8cc3e53 100644 --- a/src/network/qhttp.cpp +++ b/src/network/qhttp.cpp @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: @@ -1750,7 +1750,7 @@ int TQHttp::request( const TQHttpRequestHeader &header, const TQByteArray &data, For the requests issued with get(), post() and head(), TQHttp sets the connection to be keep-alive. You can also do this using the header you pass to the request() function. TQHttp only closes the - connection to the HTTP server if the response header retquires it + connection to the HTTP server if the response header requires it to do so. The function does not block and returns immediately. The request diff --git a/src/network/qhttp.h b/src/network/qhttp.h index ed44c8e08..b71ef105e 100644 --- a/src/network/qhttp.h +++ b/src/network/qhttp.h @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: diff --git a/src/network/qnetwork.cpp b/src/network/qnetwork.cpp index 4043b1b6a..5f5d3cdb8 100644 --- a/src/network/qnetwork.cpp +++ b/src/network/qnetwork.cpp @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: diff --git a/src/network/qnetwork.h b/src/network/qnetwork.h index 40213e116..48a1841db 100644 --- a/src/network/qnetwork.h +++ b/src/network/qnetwork.h @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: diff --git a/src/network/qserversocket.cpp b/src/network/qserversocket.cpp index 7bb0cbe5e..706be57ee 100644 --- a/src/network/qserversocket.cpp +++ b/src/network/qserversocket.cpp @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: diff --git a/src/network/qserversocket.h b/src/network/qserversocket.h index c536f61f0..a54b04a7b 100644 --- a/src/network/qserversocket.h +++ b/src/network/qserversocket.h @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: diff --git a/src/network/qsocket.cpp b/src/network/qsocket.cpp index b0dc6b67e..14e45b7dc 100644 --- a/src/network/qsocket.cpp +++ b/src/network/qsocket.cpp @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: @@ -402,7 +402,7 @@ TQSocket::State TQSocket::state() const state. If there is an error at any point, it emits error(). \a host may be an IP address in string form, or it may be a DNS - name. TQSocket will do a normal DNS lookup if retquired. Note that + name. TQSocket will do a normal DNS lookup if required. Note that \a port is in native byte order, unlike some other libraries. \sa state() diff --git a/src/network/qsocket.h b/src/network/qsocket.h index 3472a63e0..ee5b38422 100644 --- a/src/network/qsocket.h +++ b/src/network/qsocket.h @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: diff --git a/src/network/qsocketdevice.cpp b/src/network/qsocketdevice.cpp index 10895a538..270d74571 100644 --- a/src/network/qsocketdevice.cpp +++ b/src/network/qsocketdevice.cpp @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: diff --git a/src/network/qsocketdevice.h b/src/network/qsocketdevice.h index 06b7fd21f..cfb847ce6 100644 --- a/src/network/qsocketdevice.h +++ b/src/network/qsocketdevice.h @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: diff --git a/src/network/qsocketdevice_unix.cpp b/src/network/qsocketdevice_unix.cpp index 952ba4150..fe7c619cc 100644 --- a/src/network/qsocketdevice_unix.cpp +++ b/src/network/qsocketdevice_unix.cpp @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: |