diff options
Diffstat (limited to 'kdecore/kcharsets.h')
-rw-r--r-- | kdecore/kcharsets.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdecore/kcharsets.h b/kdecore/kcharsets.h index c8b82eea0..32c91148a 100644 --- a/kdecore/kcharsets.h +++ b/kdecore/kcharsets.h @@ -66,7 +66,7 @@ public: TQTextCodec *codecForName(const TQString &name) const; /** - * Tries to tqfind a TQTextCodec to convert the given encoding from and to + * Tries to find a TQTextCodec to convert the given encoding from and to * Unicode. If no codec could be found the latin1 codec will be returned an * @p ok will be set to false. * @return the TQTextCodec. If the desired codec could not be found, @@ -82,7 +82,7 @@ public: */ static TQChar fromEntity(const TQString &str); /** - * Overloaded member function. Tries to tqfind an entity in the + * Overloaded member function. Tries to find an entity in the * TQString str. * @param str the string containing entified * @param len is a return value, that gives the length of the decoded |