diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:36:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:36:05 -0600 |
commit | dd844d7919e7f0f95c010378e7af1434ea904fff (patch) | |
tree | 50727ca63550e4397ff76e4d039c162e225d59fc /kompare/tests/diff/edm.diff | |
parent | 7df4eaa9f8fa84d2b859cc59d21134cc2334651c (diff) | |
download | tdesdk-dd844d7919e7f0f95c010378e7af1434ea904fff.tar.gz tdesdk-dd844d7919e7f0f95c010378e7af1434ea904fff.zip |
Rename additional global TQt functions
Diffstat (limited to 'kompare/tests/diff/edm.diff')
-rw-r--r-- | kompare/tests/diff/edm.diff | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kompare/tests/diff/edm.diff b/kompare/tests/diff/edm.diff index 2d802765..654e1131 100644 --- a/kompare/tests/diff/edm.diff +++ b/kompare/tests/diff/edm.diff @@ -578,7 +578,7 @@ diff -er dcop/client/marshall.cpp dcop2/client/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 ) @@ -591,7 +591,7 @@ diff -er dcop/client/marshall.cpp dcop2/client/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 ) @@ -599,7 +599,7 @@ diff -er dcop/client/marshall.cpp dcop2/client/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++; @@ -670,7 +670,7 @@ diff -er dcop/client/marshall.cpp dcop2/client/marshall.cpp type = "QValueList<QCString>"; if( i > args.count() ) { - qWarning("Not enough arguments."); + tqWarning("Not enough arguments."); exit(1); } QString s = QString::fromLocal8Bit( args[ i ] ); |