From 4fb897b216c41c13f128c71bcc66f60e2dc601c4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:33:40 -0600 Subject: Rename additional global TQt functions --- kabc/tests/testaddressfmt.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kabc/tests') diff --git a/kabc/tests/testaddressfmt.cpp b/kabc/tests/testaddressfmt.cpp index f422ab692..19b2e8306 100644 --- a/kabc/tests/testaddressfmt.cpp +++ b/kabc/tests/testaddressfmt.cpp @@ -50,14 +50,14 @@ int main(int argc,char **argv) d.setLocality("Lummerstadt"); d.setCountry (""); - qDebug( "-------------------------------------\nShould have german address formatting, local country formatting\n" ); - qDebug( a.formattedAddress("Jim Knopf").latin1() ); - qDebug( "-------------------------------------\nShould have US address formatting, local country formatting\n" ); - qDebug( b.formattedAddress("Huck Finn").latin1() ); - qDebug( "-------------------------------------\nShould have german address formatting, local country formatting\n" ); - qDebug( c.formattedAddress("Jim Knopf").latin1() ); - qDebug( "-------------------------------------\nShould have local address formatting, local country formatting\n" ); - qDebug( d.formattedAddress("Jim Knopf").latin1() ); + tqDebug( "-------------------------------------\nShould have german address formatting, local country formatting\n" ); + tqDebug( a.formattedAddress("Jim Knopf").latin1() ); + tqDebug( "-------------------------------------\nShould have US address formatting, local country formatting\n" ); + tqDebug( b.formattedAddress("Huck Finn").latin1() ); + tqDebug( "-------------------------------------\nShould have german address formatting, local country formatting\n" ); + tqDebug( c.formattedAddress("Jim Knopf").latin1() ); + tqDebug( "-------------------------------------\nShould have local address formatting, local country formatting\n" ); + tqDebug( d.formattedAddress("Jim Knopf").latin1() ); } -- cgit v1.2.1