From f4fae92b6768541e2952173c3d4b09040f95bf7e Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 16 Feb 2011 20:17:18 +0000 Subject: Moved kpilot from kdepim to applications, as the core Trinity libraries should not contain hardware-dependent software git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- 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 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 ); -- cgit v1.2.3