diff options
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]); |