diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:36:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:36:05 -0600 |
commit | dd844d7919e7f0f95c010378e7af1434ea904fff (patch) | |
tree | 50727ca63550e4397ff76e4d039c162e225d59fc /poxml/split.cpp | |
parent | 7df4eaa9f8fa84d2b859cc59d21134cc2334651c (diff) | |
download | tdesdk-dd844d7919e7f0f95c010378e7af1434ea904fff.tar.gz tdesdk-dd844d7919e7f0f95c010378e7af1434ea904fff.zip |
Rename additional global TQt functions
Diffstat (limited to 'poxml/split.cpp')
-rw-r--r-- | poxml/split.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poxml/split.cpp b/poxml/split.cpp index 29104d3e..cf09debe 100644 --- a/poxml/split.cpp +++ b/poxml/split.cpp @@ -9,7 +9,7 @@ int main( int argc, char **argv ) bool report_mismatches = qstrcmp(getenv("REPORT_MISMATCHES"), "no"); if (argc != 3) { - qWarning("usage: %s english-XML translated-XML", argv[0]); + tqWarning("usage: %s english-XML translated-XML", argv[0]); exit(1); } |