diff options
Diffstat (limited to 'libkmime/kmime_util.h')
-rw-r--r-- | libkmime/kmime_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkmime/kmime_util.h b/libkmime/kmime_util.h index e561eb0d8..34f8bd5d7 100644 --- a/libkmime/kmime_util.h +++ b/libkmime/kmime_util.h @@ -154,13 +154,13 @@ namespace KMime { */ extern TQCString LFtoCRLF(const TQCString &s) KDE_EXPORT; - /** Removes quote (DTQUOTE) characters and decodes "quoted-pairs" + /** Removes quote (DQUOTE) characters and decodes "quoted-pairs" (ie. backslash-escaped characters) @param str the string to work on. @see addQuotes */ KDE_EXPORT extern void removeQuots(TQCString &str); - /** Removes quote (DTQUOTE) characters and decodes "quoted-pairs" + /** Removes quote (DQUOTE) characters and decodes "quoted-pairs" (ie. backslash-escaped characters) @param str the string to work on. @see addQuotes |