diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:33:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:33:40 -0600 |
commit | 4fb897b216c41c13f128c71bcc66f60e2dc601c4 (patch) | |
tree | 2891b54cd6ec39db133da0110028ec93fc006751 /kabc/tests/testaddressfmt.cpp | |
parent | 8fc8811ef6079a15decd33f1ea5d95dd718e4557 (diff) | |
download | tdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.tar.gz tdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.zip |
Rename additional global TQt functions
Diffstat (limited to 'kabc/tests/testaddressfmt.cpp')
-rw-r--r-- | kabc/tests/testaddressfmt.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
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() ); } |