From dd844d7919e7f0f95c010378e7af1434ea904fff Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:36:05 -0600 Subject: Rename additional global TQt functions --- kompare/tests/cvsdiff/edm.diff | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kompare/tests/cvsdiff/edm.diff') diff --git a/kompare/tests/cvsdiff/edm.diff b/kompare/tests/cvsdiff/edm.diff index 53c58d72..5e1f338d 100644 --- a/kompare/tests/cvsdiff/edm.diff +++ b/kompare/tests/cvsdiff/edm.diff @@ -590,7 +590,7 @@ diff -e -r1.3 marshall.cpp while (true) { if( j > args.count() ) { - qWarning("List end-delimiter '%s' not found.", delim.latin1()); + tqWarning("List end-delimiter '%s' not found.", delim.latin1()); exit(1); } if( QString::fromLocal8Bit( args[ j ] ) == delim ) @@ -603,7 +603,7 @@ diff -e -r1.3 marshall.cpp while (true) { if( i > args.count() ) { - qWarning("List end-delimiter '%s' not found.", delim.latin1()); + tqWarning("List end-delimiter '%s' not found.", delim.latin1()); exit(1); } if( QString::fromLocal8Bit( args[ i ] ) == delim ) @@ -611,7 +611,7 @@ diff -e -r1.3 marshall.cpp marshall( arg, args, i, type ); } } else { - qWarning( "cannot handle datatype '%s'", type.latin1() ); + tqWarning( "cannot handle datatype '%s'", type.latin1() ); exit(1); } i++; @@ -682,7 +682,7 @@ diff -e -r1.3 marshall.cpp type = "QValueList"; if( i > args.count() ) { - qWarning("Not enough arguments."); + tqWarning("Not enough arguments."); exit(1); } QString s = QString::fromLocal8Bit( args[ i ] ); -- cgit v1.2.3