From 9a75b154bf0732aa3a501b6e31e566e06c5f8a31 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:11:59 -0600 Subject: Undo prior accidental commit --- tools/mergetr/mergetr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/mergetr/mergetr.cpp') diff --git a/tools/mergetr/mergetr.cpp b/tools/mergetr/mergetr.cpp index 9096081..c286a84 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 ) { - tqWarning( "writecomment: string lacks newline" ); + qWarning( "writecomment: string lacks newline" ); str << "# " << s.mid( idx ) << '\n'; return; } -- cgit v1.2.3