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/swappo.cpp | |
parent | 7df4eaa9f8fa84d2b859cc59d21134cc2334651c (diff) | |
download | tdesdk-dd844d7919e7f0f95c010378e7af1434ea904fff.tar.gz tdesdk-dd844d7919e7f0f95c010378e7af1434ea904fff.zip |
Rename additional global TQt functions
Diffstat (limited to 'poxml/swappo.cpp')
-rw-r--r-- | poxml/swappo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |