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.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmail/templateparser.cpp') diff --git a/kmail/templateparser.cpp b/kmail/templateparser.cpp index 2feebf4e..31046023 100644 --- a/kmail/templateparser.cpp +++ b/kmail/templateparser.cpp @@ -299,7 +299,7 @@ void TemplateParser::processWithTemplate( const TQString &tmpl ) } else if ( cmd.startsWith( "QUOTEPIPE=" ) ) { // pipe message body throw command and insert it as quotation - kdDebug() << "Command: TQUOTEPIPE=" << endl; + kdDebug() << "Command: QUOTEPIPE=" << endl; TQString q; int len = parseQuotes( "QUOTEPIPE=", cmd, q ); i += len; @@ -312,7 +312,7 @@ void TemplateParser::processWithTemplate( const TQString &tmpl ) } } else if ( cmd.startsWith( "QUOTE" ) ) { - kdDebug() << "Command: TQUOTE" << endl; + kdDebug() << "Command: QUOTE" << endl; i += strlen( "QUOTE" ); if ( mOrigMsg ) { TQString quote = mOrigMsg->asQuotedString( "", mQuoteString, messageText( true ), -- cgit v1.2.3