diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:23:29 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:23:29 -0600 |
commit | 2dfc9a2950b3c7179ede2903d5713a8486cb0e8d (patch) | |
tree | c1725476af2ed61a0c705b9312311e971d3c07b6 /pylupdate3/numberh.cpp | |
parent | 104997c6f7b545c0095fdc1b1573367bc4cb4d5b (diff) | |
download | pytqt-2dfc9a2950b3c7179ede2903d5713a8486cb0e8d.tar.gz pytqt-2dfc9a2950b3c7179ede2903d5713a8486cb0e8d.zip |
Rename additional global TQt functions
Diffstat (limited to 'pylupdate3/numberh.cpp')
-rw-r--r-- | pylupdate3/numberh.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylupdate3/numberh.cpp b/pylupdate3/numberh.cpp index 4ba53d0..e5ff5de 100644 --- a/pylupdate3/numberh.cpp +++ b/pylupdate3/numberh.cpp @@ -225,6 +225,6 @@ void applyNumberHeuristic( MetaTranslator *tor, bool verbose ) } } if ( verbose && inserted != 0 ) - qWarning( " number heuristic provided %d translation%s", + tqWarning( " number heuristic provided %d translation%s", inserted, inserted == 1 ? "" : "s" ); } |