From d497b1b0373d758ede3d877ab68c8d7c8ab29062 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 13 Jan 2012 15:08:46 -0600 Subject: Fix inadvertent TQt changes This closes Bug 752 --- kmail/templateparser.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kmail/templateparser.h') 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; -- cgit v1.2.1