From 17e2ed52dbf8fac39a04331da02b9572e9e2e304 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:35:40 -0600 Subject: Rename additional global TQt functions --- knode/kngroup.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'knode/kngroup.cpp') diff --git a/knode/kngroup.cpp b/knode/kngroup.cpp index c42aab078..087eb7379 100644 --- a/knode/kngroup.cpp +++ b/knode/kngroup.cpp @@ -692,7 +692,7 @@ void KNGroup::buildThreads(int cnt, KNProtocolClient *client) // this method is called from the nntp-thread!!! #ifndef NDEBUG - qDebug("knode: KNGroup::buildThreads() : start = %d end = %d",start,end); + tqDebug("knode: KNGroup::buildThreads() : start = %d end = %d",start,end); #endif //resort old hdrs @@ -705,7 +705,7 @@ void KNGroup::buildThreads(int cnt, KNProtocolClient *client) if(ref) { // this method is called from the nntp-thread!!! #ifndef NDEBUG - qDebug("knode: %d: old %d new %d",art->id(), oldRef, art->idRef()); + tqDebug("knode: %d: old %d new %d",art->id(), oldRef, art->idRef()); #endif resortCnt++; art->setChanged(true); @@ -826,7 +826,7 @@ void KNGroup::buildThreads(int cnt, KNProtocolClient *client) if(isLoop) { // this method is called from the nntp-thread!!! #ifndef NDEBUG - qDebug("knode: Sorting : loop in %d",startId); + tqDebug("knode: Sorting : loop in %d",startId); #endif art=at(idx); art->setIdRef(0); @@ -859,9 +859,9 @@ void KNGroup::buildThreads(int cnt, KNProtocolClient *client) // this method is called from the nntp-thread!!! #ifndef NDEBUG - qDebug("knode: Sorting : %d headers resorted", resortCnt); - qDebug("knode: Sorting : %d references of %d found", foundCnt, refCnt); - qDebug("knode: Sorting : %d references of %d sorted by subject", bySubCnt, refCnt); + tqDebug("knode: Sorting : %d headers resorted", resortCnt); + tqDebug("knode: Sorting : %d references of %d found", foundCnt, refCnt); + tqDebug("knode: Sorting : %d references of %d sorted by subject", bySubCnt, refCnt); #endif } -- cgit v1.2.1