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/kdesdk@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent a62982d505
commit d2d084dddf

@ -149,8 +149,8 @@ void Smtp::readyRead()
} else if ( state == smtpSuccess && responseLine[0] == '2' ) {
TQTimer::singleShot( 0, this, TQT_SIGNAL(success()) );
} else if ( state == smtpQuit && responseLine[0] == '2' ) {
command = "TQUIT";
*t << "TQUIT\r\n";
command = "QUIT";
*t << "QUIT\r\n";
// here, we just close.
state = smtpClose;
emit status( i18n( "Message sent" ) );

@ -2389,7 +2389,7 @@ static const char *php5words[] =
"putenv",
"qdom_error",
"qdom_tree",
"TQUERY_STRING",
"QUERY_STRING",
"quoted_printable_decode",
"quotemeta",
"rad2deg",

@ -2385,7 +2385,7 @@ static const char *words[] =
"putenv",
"qdom_error",
"qdom_tree",
"TQUERY_STRING",
"QUERY_STRING",
"quoted_printable_decode",
"quotemeta",
"rad2deg",

@ -339,7 +339,7 @@ void Driver::setupLexer( Lexer * lexer )
lexer->addSkipWord( "TQ_TYPENAME" );
lexer->addSkipWord( "TQ_REFCOUNT" );
lexer->addSkipWord( "TQ_EXPLICIT" );
lexer->addSkipWord( "TQMAC_PASCAL" );
lexer->addSkipWord( "QMAC_PASCAL" );
lexer->addSkipWord( "QT_STATIC_CONST" );
lexer->addSkipWord( "QT_STATIC_CONST_IMPL" );
lexer->addSkipWord( "TQT_WIN_PAINTER_MEMBERS" );

Loading…
Cancel
Save