From 520c05ef06ce203ad32470730f68402bc7719157 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 27 Feb 2012 02:13:42 -0600 Subject: Automated update from qt3 --- src/moc/moc_yacc.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/moc/moc_yacc.cpp') diff --git a/src/moc/moc_yacc.cpp b/src/moc/moc_yacc.cpp index 41a8449d6..f3c5c75c5 100644 --- a/src/moc/moc_yacc.cpp +++ b/src/moc/moc_yacc.cpp @@ -5788,8 +5788,8 @@ void generateClass() // generate C++ source code for a class fprintf( out, "#ifndef QT_NO_TRANSLATION\n" ); fprintf( out, "TQString %s::tr( const char *s, const char *c )\n{\n", (const char*)qualifiedClassName() ); - fprintf( out, " if ( qApp )\n" ); - fprintf( out, "\treturn qApp->translate( \"%s\", s, c," + fprintf( out, " if ( tqApp )\n" ); + fprintf( out, "\treturn tqApp->translate( \"%s\", s, c," " TQApplication::DefaultCodec );\n", (const char*)qualifiedClassName() ); fprintf( out, " else\n" ); @@ -5798,8 +5798,8 @@ void generateClass() // generate C++ source code for a class fprintf( out, "#ifndef QT_NO_TRANSLATION_UTF8\n" ); fprintf( out, "TQString %s::trUtf8( const char *s, const char *c )\n{\n", (const char*)qualifiedClassName() ); - fprintf( out, " if ( qApp )\n" ); - fprintf( out, "\treturn qApp->translate( \"%s\", s, c," + fprintf( out, " if ( tqApp )\n" ); + fprintf( out, "\treturn tqApp->translate( \"%s\", s, c," " TQApplication::UnicodeUTF8 );\n", (const char*)qualifiedClassName() ); fprintf( out, " else\n" ); -- cgit v1.2.1