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/transxx.cpp | |
parent | 7df4eaa9f8fa84d2b859cc59d21134cc2334651c (diff) | |
download | tdesdk-dd844d7919e7f0f95c010378e7af1434ea904fff.tar.gz tdesdk-dd844d7919e7f0f95c010378e7af1434ea904fff.zip |
Rename additional global TQt functions
Diffstat (limited to 'poxml/transxx.cpp')
-rw-r--r-- | poxml/transxx.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poxml/transxx.cpp b/poxml/transxx.cpp index bfc2e9cf..ef451fe0 100644 --- a/poxml/transxx.cpp +++ b/poxml/transxx.cpp @@ -11,7 +11,7 @@ using namespace std; int main(int argc, char **argv) { if ( argc != 2 && argc != 4 ) { - qWarning( "usage: %s [--text translation] potfile", argv[0] ); + tqWarning( "usage: %s [--text translation] potfile", argv[0] ); return -1; } @@ -20,7 +20,7 @@ int main(int argc, char **argv) if( argc == 4 ) { if( argv[1]!=TQString("--text") ) { - qWarning( "usage: %s [--text translation] potfile", argv[0] ); + tqWarning( "usage: %s [--text translation] potfile", argv[0] ); return -1; } translation = TQString::fromLocal8Bit(argv[2]); |