summaryrefslogtreecommitdiffstats
path: root/tools/mergetr/mergetr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mergetr/mergetr.cpp')
-rw-r--r--tools/mergetr/mergetr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mergetr/mergetr.cpp b/tools/mergetr/mergetr.cpp
index c286a84..9096081 100644
--- a/tools/mergetr/mergetr.cpp
+++ b/tools/mergetr/mergetr.cpp
@@ -186,7 +186,7 @@ void writecomment( QTextStream &str, const QString &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;
}