diff options
Diffstat (limited to 'kmail/templateparser.h')
-rw-r--r-- | kmail/templateparser.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/templateparser.h b/kmail/templateparser.h index 679cbd00f..bf0118515 100644 --- a/kmail/templateparser.h +++ b/kmail/templateparser.h @@ -32,7 +32,7 @@ class KProcess; /** * The TemplateParser transforms a message with a given template. * - * A template contains text and commands, such as %TQUOTE or %ODATE, which will be + * A template contains text and commands, such as %QUOTE or %ODATE, which will be * replaced with the real values in process(). * * The message given in the constructor is the message that is being transformed. @@ -72,7 +72,7 @@ class TemplateParser : public TQObject /** * Sets the selection. If this is set, only the selection will be added to commands such - * as %TQUOTE. Otherwise, the whole message is quoted. + * as %QUOTE. Otherwise, the whole message is quoted. * If this is not called at all, the whole message is quoted as well. * Call this before calling process(). */ @@ -80,7 +80,7 @@ class TemplateParser : public TQObject /** * Sets whether the template parser is allowed to decrypt the original message when needing - * its message text, for example for the %TQUOTE command. + * its message text, for example for the %QUOTE command. * If true, it will tell the ObjectTreeParser it uses internally to decrypt the message, * and that will possibly show a password request dialog to the user. * @@ -155,7 +155,7 @@ class TemplateParser : public TQObject /** * Determines whether the signature should be stripped when getting the text of the original - * message, e.g. for commands such as %TQUOTE + * message, e.g. for commands such as %QUOTE */ bool shouldStripSignature() const; |