diff options
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; } |