summaryrefslogtreecommitdiffstats
path: root/pylupdate3/numberh.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-03-01 13:23:29 -0600
committerTimothy Pearson <[email protected]>2012-03-01 13:23:29 -0600
commit2dfc9a2950b3c7179ede2903d5713a8486cb0e8d (patch)
treec1725476af2ed61a0c705b9312311e971d3c07b6 /pylupdate3/numberh.cpp
parent104997c6f7b545c0095fdc1b1573367bc4cb4d5b (diff)
downloadpytqt-2dfc9a2950b3c7179ede2903d5713a8486cb0e8d.tar.gz
pytqt-2dfc9a2950b3c7179ede2903d5713a8486cb0e8d.zip
Rename additional global TQt functions
Diffstat (limited to 'pylupdate3/numberh.cpp')
-rw-r--r--pylupdate3/numberh.cpp2
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" );
}