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/ldapclient.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kabc/ldapclient.cpp') diff --git a/kabc/ldapclient.cpp b/kabc/ldapclient.cpp index 724f039ec..39e4c504f 100644 --- a/kabc/ldapclient.cpp +++ b/kabc/ldapclient.cpp @@ -167,7 +167,7 @@ void LdapClient::slotData( KIO::Job*, const TQByteArray& data ) void LdapClient::slotInfoMessage( KIO::Job*, const TQString & ) { - //qDebug("Job said \"%s\"", info.latin1()); + //tqDebug("Job said \"%s\"", info.latin1()); } void LdapClient::slotDone() @@ -176,7 +176,7 @@ void LdapClient::slotDone() mActive = false; #if 0 for ( TQValueList::Iterator it = mObjects.begin(); it != mObjects.end(); ++it ) { - qDebug( (*it).toString().latin1() ); + tqDebug( (*it).toString().latin1() ); } #endif int err = mJob->error(); -- cgit v1.2.1