diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:23:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:23:29 -0600 |
commit | 2dfc9a2950b3c7179ede2903d5713a8486cb0e8d (patch) | |
tree | c1725476af2ed61a0c705b9312311e971d3c07b6 /pylupdate3/fetchtr.cpp | |
parent | 104997c6f7b545c0095fdc1b1573367bc4cb4d5b (diff) | |
download | pytqt-2dfc9a2950b3c7179ede2903d5713a8486cb0e8d.tar.gz pytqt-2dfc9a2950b3c7179ede2903d5713a8486cb0e8d.zip |
Rename additional global TQt functions
Diffstat (limited to 'pylupdate3/fetchtr.cpp')
-rw-r--r-- | pylupdate3/fetchtr.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pylupdate3/fetchtr.cpp b/pylupdate3/fetchtr.cpp index c21fcff..96978cd 100644 --- a/pylupdate3/fetchtr.cpp +++ b/pylupdate3/fetchtr.cpp @@ -262,7 +262,7 @@ static int getToken() if ( yyCh != quoteChar ) { printf("%c\n", yyCh); - qWarning( "%s:%d: Unterminated string", + tqWarning( "%s:%d: Unterminated string", (const char *) yyFileName, yyLineNo ); } @@ -434,7 +434,7 @@ static void parse( MetaTranslator *tor, const char *initialContext, } if ( yyParenDepth != 0 ) - qWarning( "%s: Unbalanced parentheses in Python code", + tqWarning( "%s: Unbalanced parentheses in Python code", (const char *) yyFileName ); } @@ -444,7 +444,7 @@ void fetchtr_py( const char *fileName, MetaTranslator *tor, yyInFile = fopen( fileName, "r" ); if ( yyInFile == 0 ) { if ( mustExist ) - qWarning( "pylupdate error: cannot open Python source file '%s': %s", + tqWarning( "pylupdate error: cannot open Python source file '%s': %s", fileName, strerror(errno) ); return; } |