summaryrefslogtreecommitdiffstats
path: root/poxml/xml2pot.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:36:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:36:05 -0600
commitdd844d7919e7f0f95c010378e7af1434ea904fff (patch)
tree50727ca63550e4397ff76e4d039c162e225d59fc /poxml/xml2pot.cpp
parent7df4eaa9f8fa84d2b859cc59d21134cc2334651c (diff)
downloadtdesdk-dd844d7919e7f0f95c010378e7af1434ea904fff.tar.gz
tdesdk-dd844d7919e7f0f95c010378e7af1434ea904fff.zip
Rename additional global TQt functions
Diffstat (limited to 'poxml/xml2pot.cpp')
-rw-r--r--poxml/xml2pot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/poxml/xml2pot.cpp b/poxml/xml2pot.cpp
index 345a53e6..d3af9a0e 100644
--- a/poxml/xml2pot.cpp
+++ b/poxml/xml2pot.cpp
@@ -9,7 +9,7 @@ using namespace std;
int main( int argc, char **argv )
{
if (argc != 2) {
- qWarning("usage: %s english-XML", argv[0]);
+ tqWarning("usage: %s english-XML", argv[0]);
exit(1);
}