diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-13 15:08:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-13 15:08:46 -0600 |
commit | d497b1b0373d758ede3d877ab68c8d7c8ab29062 (patch) | |
tree | 00ebfc47087a5fd82949fc1abf08dd7e03c1c631 /kmail/templateparser.h | |
parent | 639f34ef2efdec6ff0d1f47d919ca070d027fb80 (diff) | |
download | tdepim-d497b1b0373d758ede3d877ab68c8d7c8ab29062.tar.gz tdepim-d497b1b0373d758ede3d877ab68c8d7c8ab29062.zip |
Fix inadvertent TQt changes
This closes Bug 752
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; |