summaryrefslogtreecommitdiffstats
path: root/kmail/templateparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/templateparser.cpp')
-rw-r--r--kmail/templateparser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/templateparser.cpp b/kmail/templateparser.cpp
index d5a8d375..8dce59d4 100644
--- a/kmail/templateparser.cpp
+++ b/kmail/templateparser.cpp
@@ -320,9 +320,9 @@ void TemplateParser::processWithTemplate( const TQString &tmpl )
body.append( quote );
}
- } else if ( cmd.startsWith( "TQHEADERS" ) ) {
+ } else if ( cmd.startsWith( "QHEADERS" ) ) {
kdDebug() << "Command: TQHEADERS" << endl;
- i += strlen( "TQHEADERS" );
+ i += strlen( "QHEADERS" );
if ( mOrigMsg ) {
TQString quote = mOrigMsg->asQuotedString( "", mQuoteString,
mOrigMsg->headerAsSendableString(),