diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/msg2tqm/msg2tqm.cpp | 4 | ||||
-rw-r--r-- | tools/tqvfb/qanimationwriter.cpp | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/tools/msg2tqm/msg2tqm.cpp b/tools/msg2tqm/msg2tqm.cpp index 5bacda177..1f9688a6f 100644 --- a/tools/msg2tqm/msg2tqm.cpp +++ b/tools/msg2tqm/msg2tqm.cpp @@ -192,10 +192,10 @@ void translate( const TQString& filename, const TQString& qmfile ) TQString charset = msgstr.mid( cpos, i-cpos ); codec = TQTextCodec::codecForName( charset.ascii() ); if ( codec ) { - debug( "PO file character set: %s. Codec: %s", + tqDebug( "PO file character set: %s. Codec: %s", charset.ascii(), codec->name() ); } else { - debug( "No codec for %s", charset.ascii() ); + tqDebug( "No codec for %s", charset.ascii() ); } } break; diff --git a/tools/tqvfb/qanimationwriter.cpp b/tools/tqvfb/qanimationwriter.cpp index a7cb7635e..f71dd55e1 100644 --- a/tools/tqvfb/qanimationwriter.cpp +++ b/tools/tqvfb/qanimationwriter.cpp @@ -33,7 +33,6 @@ #include "qanimationwriter.h" -#define QT_CLEAN_NAMESPACE #include <ntqfile.h> #include <png.h> |