diff options
Diffstat (limited to 'src/tools/qptrcollection.cpp')
-rw-r--r-- | src/tools/qptrcollection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/qptrcollection.cpp b/src/tools/qptrcollection.cpp index d2f4fde61..bc6e94540 100644 --- a/src/tools/qptrcollection.cpp +++ b/src/tools/qptrcollection.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: @@ -58,7 +58,7 @@ A collection is implemented using the \c Item (generic collection item) type, which is a \c void*. The template classes that create - the real collections cast the \c Item to the retquired type. + the real collections cast the \c Item to the required type. */ |