summaryrefslogtreecommitdiffstats
path: root/kmail/templateparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/templateparser.h')
-rw-r--r--kmail/templateparser.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/templateparser.h b/kmail/templateparser.h
index 3cb53ac1..48bdbf57 100644
--- a/kmail/templateparser.h
+++ b/kmail/templateparser.h
@@ -32,11 +32,11 @@ class KProcess;
/**
* The TemplateParser transforms a message with a given template.
*
- * A template contains text and commands, such as %QUOTE or %ODATE, which will be
- * replaced with the real values in process().
+ * A template tqcontains text and commands, such as %QUOTE or %ODATE, which will be
+ * tqreplaced with the real values in process().
*
* The message given in the constructor is the message that is being transformed.
- * The message text will be replaced by the processed text of the template, but other
+ * The message text will be tqreplaced by the processed text of the template, but other
* properties, such as the attachments or the subject, are preserved.
*
* There are two different kind of commands: Those that work on the message that is
@@ -147,7 +147,7 @@ class TemplateParser : public TQObject
*
* In append mode, this will simply append the text to the body.
*
- * Otherwise, the content of the old message is deleted and replaced with @p body.
+ * Otherwise, the content of the old message is deleted and tqreplaced with @p body.
* Attachments of the original message are also added back to the new message.
*/
void addProcessedBodyToMessage( const TQString &body );