summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
Diffstat (limited to 'src/network')
-rw-r--r--src/network/qdns.cpp2
-rw-r--r--src/network/qdns.h2
-rw-r--r--src/network/qftp.cpp2
-rw-r--r--src/network/qftp.h2
-rw-r--r--src/network/qhostaddress.cpp2
-rw-r--r--src/network/qhostaddress.h2
-rw-r--r--src/network/qhttp.cpp4
-rw-r--r--src/network/qhttp.h2
-rw-r--r--src/network/qnetwork.cpp2
-rw-r--r--src/network/qnetwork.h2
-rw-r--r--src/network/qserversocket.cpp2
-rw-r--r--src/network/qserversocket.h2
-rw-r--r--src/network/qsocket.cpp4
-rw-r--r--src/network/qsocket.h2
-rw-r--r--src/network/qsocketdevice.cpp2
-rw-r--r--src/network/qsocketdevice.h2
-rw-r--r--src/network/qsocketdevice_unix.cpp2
17 files changed, 19 insertions, 19 deletions
diff --git a/src/network/qdns.cpp b/src/network/qdns.cpp
index 65deec7f..1b896e55 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 b75833ef..a14d2024 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 560917e3..78f29e8c 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 ee615db7..475eed1f 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 2c4e2e6f..36004528 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 99ea62f6..09986861 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 143421c5..4d8cc3e5 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 ed44c8e0..b71ef105 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 4043b1b6..5f5d3cdb 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 40213e11..48a1841d 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 7bb0cbe5..706be57e 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 c536f61f..a54b04a7 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 b0dc6b67..14e45b7d 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 3472a63e..ee5b3842 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 10895a53..270d7457 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 06b7fd21..cfb847ce 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 952ba415..fe7c619c 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: