diff options
Diffstat (limited to 'tools/mergetr/mergetr.cpp')
-rw-r--r-- | tools/mergetr/mergetr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mergetr/mergetr.cpp b/tools/mergetr/mergetr.cpp index fa9265b4..b8787565 100644 --- a/tools/mergetr/mergetr.cpp +++ b/tools/mergetr/mergetr.cpp @@ -186,7 +186,7 @@ void writecomment( TQTextStream &str, const TQString &s ) while ( idx < len ) { int nl = s.find( '\n', idx ); if ( nl < 0 ) { - qWarning( "writecomment: string lacks newline" ); + tqWarning( "writecomment: string lacks newline" ); str << "# " << s.mid( idx ) << '\n'; return; } |