summaryrefslogtreecommitdiffstats
path: root/knode/kngroup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knode/kngroup.cpp')
-rw-r--r--knode/kngroup.cpp12
1 files changed, 6 insertions, 6 deletions
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
}