summaryrefslogtreecommitdiffstats
path: root/src/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'src/codecs')
-rw-r--r--src/codecs/qbig5codec.cpp2
-rw-r--r--src/codecs/qbig5codec.h2
-rw-r--r--src/codecs/qeucjpcodec.cpp2
-rw-r--r--src/codecs/qeucjpcodec.h2
-rw-r--r--src/codecs/qeuckrcodec.cpp2
-rw-r--r--src/codecs/qeuckrcodec.h2
-rw-r--r--src/codecs/qfontcncodec.cpp2
-rw-r--r--src/codecs/qfontcodecs_p.h2
-rw-r--r--src/codecs/qfonthkcodec.cpp2
-rw-r--r--src/codecs/qfontjpcodec.cpp2
-rw-r--r--src/codecs/qfontkrcodec.cpp2
-rw-r--r--src/codecs/qfontlaocodec.cpp2
-rw-r--r--src/codecs/qfonttwcodec.cpp2
-rw-r--r--src/codecs/qgb18030codec.cpp2
-rw-r--r--src/codecs/qgb18030codec.h2
-rw-r--r--src/codecs/qgbkcodec.h2
-rw-r--r--src/codecs/qjiscodec.cpp2
-rw-r--r--src/codecs/qjiscodec.h2
-rw-r--r--src/codecs/qjpunicode.cpp2
-rw-r--r--src/codecs/qjpunicode.h2
-rw-r--r--src/codecs/qrtlcodec.cpp2
-rw-r--r--src/codecs/qrtlcodec.h2
-rw-r--r--src/codecs/qsjiscodec.cpp2
-rw-r--r--src/codecs/qsjiscodec.h2
-rw-r--r--src/codecs/qtextcodec.cpp12
-rw-r--r--src/codecs/qtextcodec.h2
-rw-r--r--src/codecs/qtextcodecfactory.cpp2
-rw-r--r--src/codecs/qtextcodecfactory.h2
-rw-r--r--src/codecs/qtextcodecinterface_p.h2
-rw-r--r--src/codecs/qtextcodecplugin.cpp2
-rw-r--r--src/codecs/qtextcodecplugin.h2
-rw-r--r--src/codecs/qtsciicodec.cpp2
-rw-r--r--src/codecs/qtsciicodec.h2
-rw-r--r--src/codecs/qutfcodec.cpp2
-rw-r--r--src/codecs/qutfcodec.h2
35 files changed, 40 insertions, 40 deletions
diff --git a/src/codecs/qbig5codec.cpp b/src/codecs/qbig5codec.cpp
index b3dc3573..9fdc45fa 100644
--- a/src/codecs/qbig5codec.cpp
+++ b/src/codecs/qbig5codec.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/codecs/qbig5codec.h b/src/codecs/qbig5codec.h
index b695c269..c32f3a63 100644
--- a/src/codecs/qbig5codec.h
+++ b/src/codecs/qbig5codec.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/codecs/qeucjpcodec.cpp b/src/codecs/qeucjpcodec.cpp
index 42dcb590..a869b914 100644
--- a/src/codecs/qeucjpcodec.cpp
+++ b/src/codecs/qeucjpcodec.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/codecs/qeucjpcodec.h b/src/codecs/qeucjpcodec.h
index a98a10b6..31154b61 100644
--- a/src/codecs/qeucjpcodec.h
+++ b/src/codecs/qeucjpcodec.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/codecs/qeuckrcodec.cpp b/src/codecs/qeuckrcodec.cpp
index 48ecefbe..fc799bd8 100644
--- a/src/codecs/qeuckrcodec.cpp
+++ b/src/codecs/qeuckrcodec.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/codecs/qeuckrcodec.h b/src/codecs/qeuckrcodec.h
index e496d757..0c8371d0 100644
--- a/src/codecs/qeuckrcodec.h
+++ b/src/codecs/qeuckrcodec.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/codecs/qfontcncodec.cpp b/src/codecs/qfontcncodec.cpp
index c6e1baa1..378dd430 100644
--- a/src/codecs/qfontcncodec.cpp
+++ b/src/codecs/qfontcncodec.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/codecs/qfontcodecs_p.h b/src/codecs/qfontcodecs_p.h
index 25166b12..b78738fd 100644
--- a/src/codecs/qfontcodecs_p.h
+++ b/src/codecs/qfontcodecs_p.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/codecs/qfonthkcodec.cpp b/src/codecs/qfonthkcodec.cpp
index fe101bfa..6d53bc6f 100644
--- a/src/codecs/qfonthkcodec.cpp
+++ b/src/codecs/qfonthkcodec.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/codecs/qfontjpcodec.cpp b/src/codecs/qfontjpcodec.cpp
index f7a93536..8cdac2de 100644
--- a/src/codecs/qfontjpcodec.cpp
+++ b/src/codecs/qfontjpcodec.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/codecs/qfontkrcodec.cpp b/src/codecs/qfontkrcodec.cpp
index 407b7ef5..1c4a21a5 100644
--- a/src/codecs/qfontkrcodec.cpp
+++ b/src/codecs/qfontkrcodec.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/codecs/qfontlaocodec.cpp b/src/codecs/qfontlaocodec.cpp
index 60fdd4d9..4a9eda3d 100644
--- a/src/codecs/qfontlaocodec.cpp
+++ b/src/codecs/qfontlaocodec.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/codecs/qfonttwcodec.cpp b/src/codecs/qfonttwcodec.cpp
index 53aef716..554fcd77 100644
--- a/src/codecs/qfonttwcodec.cpp
+++ b/src/codecs/qfonttwcodec.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/codecs/qgb18030codec.cpp b/src/codecs/qgb18030codec.cpp
index 094bcf38..257cbb58 100644
--- a/src/codecs/qgb18030codec.cpp
+++ b/src/codecs/qgb18030codec.cpp
@@ -15,7 +15,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/codecs/qgb18030codec.h b/src/codecs/qgb18030codec.h
index 1423065e..a0f88dd8 100644
--- a/src/codecs/qgb18030codec.h
+++ b/src/codecs/qgb18030codec.h
@@ -16,7 +16,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/codecs/qgbkcodec.h b/src/codecs/qgbkcodec.h
index 97120077..df13073d 100644
--- a/src/codecs/qgbkcodec.h
+++ b/src/codecs/qgbkcodec.h
@@ -17,7 +17,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/codecs/qjiscodec.cpp b/src/codecs/qjiscodec.cpp
index ae7d258a..f0ecfdb6 100644
--- a/src/codecs/qjiscodec.cpp
+++ b/src/codecs/qjiscodec.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/codecs/qjiscodec.h b/src/codecs/qjiscodec.h
index 322d3d4f..02dc2acf 100644
--- a/src/codecs/qjiscodec.h
+++ b/src/codecs/qjiscodec.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/codecs/qjpunicode.cpp b/src/codecs/qjpunicode.cpp
index 46967fa3..bc2d1932 100644
--- a/src/codecs/qjpunicode.cpp
+++ b/src/codecs/qjpunicode.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/codecs/qjpunicode.h b/src/codecs/qjpunicode.h
index 7ce02eec..15107d7c 100644
--- a/src/codecs/qjpunicode.h
+++ b/src/codecs/qjpunicode.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/codecs/qrtlcodec.cpp b/src/codecs/qrtlcodec.cpp
index 7443178d..75a049c7 100644
--- a/src/codecs/qrtlcodec.cpp
+++ b/src/codecs/qrtlcodec.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/codecs/qrtlcodec.h b/src/codecs/qrtlcodec.h
index 8e3efefd..1ddbbde7 100644
--- a/src/codecs/qrtlcodec.h
+++ b/src/codecs/qrtlcodec.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/codecs/qsjiscodec.cpp b/src/codecs/qsjiscodec.cpp
index 8c144a1c..e6666a02 100644
--- a/src/codecs/qsjiscodec.cpp
+++ b/src/codecs/qsjiscodec.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/codecs/qsjiscodec.h b/src/codecs/qsjiscodec.h
index 49b3164e..4e85505e 100644
--- a/src/codecs/qsjiscodec.h
+++ b/src/codecs/qsjiscodec.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/codecs/qtextcodec.cpp b/src/codecs/qtextcodec.cpp
index e982f4b5..c08d465f 100644
--- a/src/codecs/qtextcodec.cpp
+++ b/src/codecs/qtextcodec.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:
@@ -325,7 +325,7 @@ TQString TQTextStatelessDecoder::toUnicode(const char* chars, int len)
documentation\endlink for more details.
The abstract virtual functions describe the encoder to the
- system and the coder is used as retquired in the different
+ system and the coder is used as required in the different
text file formats supported by TQTextStream, and under X11, for the
locale-specific character input and output.
@@ -352,9 +352,9 @@ TQString TQTextStatelessDecoder::toUnicode(const char* chars, int len)
TQTextDecoder* makeDecoder() const
\endcode
Return a TQTextDecoder that remembers incomplete multi-byte sequence
- prefixes or other retquired state.
+ prefixes or other required state.
- If the encoding does \e not retquire state, you should implement:
+ If the encoding does \e not require state, you should implement:
\code
TQString toUnicode(const char* chars, int len) const
@@ -1166,7 +1166,7 @@ bool TQTextCodec::canEncode( const TQString& s ) const
\ingroup i18n
The encoder converts Unicode into another format, remembering any
- state that is retquired between calls.
+ state that is required between calls.
\sa TQTextCodec::makeEncoder()
*/
@@ -1198,7 +1198,7 @@ TQTextEncoder::~TQTextEncoder()
\ingroup i18n
The decoder converts a text format into Unicode, remembering any
- state that is retquired between calls.
+ state that is required between calls.
\sa TQTextCodec::makeEncoder()
*/
diff --git a/src/codecs/qtextcodec.h b/src/codecs/qtextcodec.h
index 254095f8..5fb16c1d 100644
--- a/src/codecs/qtextcodec.h
+++ b/src/codecs/qtextcodec.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/codecs/qtextcodecfactory.cpp b/src/codecs/qtextcodecfactory.cpp
index f6410086..a0ccedbc 100644
--- a/src/codecs/qtextcodecfactory.cpp
+++ b/src/codecs/qtextcodecfactory.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/codecs/qtextcodecfactory.h b/src/codecs/qtextcodecfactory.h
index c385be0d..8e1bf38a 100644
--- a/src/codecs/qtextcodecfactory.h
+++ b/src/codecs/qtextcodecfactory.h
@@ -16,7 +16,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/codecs/qtextcodecinterface_p.h b/src/codecs/qtextcodecinterface_p.h
index 7ac68a96..e3645a80 100644
--- a/src/codecs/qtextcodecinterface_p.h
+++ b/src/codecs/qtextcodecinterface_p.h
@@ -16,7 +16,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/codecs/qtextcodecplugin.cpp b/src/codecs/qtextcodecplugin.cpp
index 70ebbc71..29264c9d 100644
--- a/src/codecs/qtextcodecplugin.cpp
+++ b/src/codecs/qtextcodecplugin.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/codecs/qtextcodecplugin.h b/src/codecs/qtextcodecplugin.h
index 824fd5fd..b9393a02 100644
--- a/src/codecs/qtextcodecplugin.h
+++ b/src/codecs/qtextcodecplugin.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/codecs/qtsciicodec.cpp b/src/codecs/qtsciicodec.cpp
index 010a72aa..5d682527 100644
--- a/src/codecs/qtsciicodec.cpp
+++ b/src/codecs/qtsciicodec.cpp
@@ -16,7 +16,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/codecs/qtsciicodec.h b/src/codecs/qtsciicodec.h
index 5fdc92b6..abe0b3a9 100644
--- a/src/codecs/qtsciicodec.h
+++ b/src/codecs/qtsciicodec.h
@@ -16,7 +16,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/codecs/qutfcodec.cpp b/src/codecs/qutfcodec.cpp
index 79ec538c..a9566361 100644
--- a/src/codecs/qutfcodec.cpp
+++ b/src/codecs/qutfcodec.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/codecs/qutfcodec.h b/src/codecs/qutfcodec.h
index 15884777..d34c2792 100644
--- a/src/codecs/qutfcodec.h
+++ b/src/codecs/qutfcodec.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: