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/swappo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poxml/swappo.cpp') diff --git a/poxml/swappo.cpp b/poxml/swappo.cpp index 94c308ae..8e2e8344 100644 --- a/poxml/swappo.cpp +++ b/poxml/swappo.cpp @@ -7,7 +7,7 @@ using namespace std; int main(int argc, char **argv) { if ( argc != 2 ) { - qWarning( "usage: %s pofile", argv[0] ); + tqWarning( "usage: %s pofile", argv[0] ); return -1; } -- cgit v1.2.1