From dd844d7919e7f0f95c010378e7af1434ea904fff Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:36:05 -0600 Subject: Rename additional global TQt functions --- poxml/split.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poxml/split.cpp') 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); } -- cgit v1.2.3