diff options
Diffstat (limited to 'poxml/xml2pot.cpp')
-rw-r--r-- | poxml/xml2pot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poxml/xml2pot.cpp b/poxml/xml2pot.cpp index 345a53e6..d3af9a0e 100644 --- a/poxml/xml2pot.cpp +++ b/poxml/xml2pot.cpp @@ -9,7 +9,7 @@ using namespace std; int main( int argc, char **argv ) { if (argc != 2) { - qWarning("usage: %s english-XML", argv[0]); + tqWarning("usage: %s english-XML", argv[0]); exit(1); } |