From bd4d40e62f0ade42fbc594c1c87dfc93dfab8c99 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 18 Sep 2011 23:43:22 +0000 Subject: Fix a number of strings in Trinity that were incorrectly converted to TQ* from Q* This fixes the Kopete MSN protocol among other things git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- 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 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(), -- cgit v1.2.3