summaryrefslogtreecommitdiffstats
path: root/knode/knarticlecollection.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:35:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:35:40 -0600
commit17e2ed52dbf8fac39a04331da02b9572e9e2e304 (patch)
treecd0d57c975a55e05aac71794b363748f24625875 /knode/knarticlecollection.cpp
parenta684ecdeceae222d5aa930478b7bf59a3b7cae7f (diff)
downloadtdepim-17e2ed52dbf8fac39a04331da02b9572e9e2e304.tar.gz
tdepim-17e2ed52dbf8fac39a04331da02b9572e9e2e304.zip
Rename additional global TQt functions
Diffstat (limited to 'knode/knarticlecollection.cpp')
-rw-r--r--knode/knarticlecollection.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/knode/knarticlecollection.cpp b/knode/knarticlecollection.cpp
index cbb4779b..d39d4d83 100644
--- a/knode/knarticlecollection.cpp
+++ b/knode/knarticlecollection.cpp
@@ -254,7 +254,7 @@ int KNArticleVector::indexForId(int id)
return mid;
else {
#ifndef NDEBUG
- qDebug("knode: KNArticleVector::indexForId() : id=%d not found", id);
+ tqDebug("knode: KNArticleVector::indexForId() : id=%d not found", id);
#endif
return -1;
}
@@ -288,13 +288,13 @@ int KNArticleVector::indexForMsgId(const TQCString &id)
if(found) {
/*#ifndef NDEBUG
- qDebug("KNArticleVector::indexForMsgID() : msgID=%s found after %d compares", id.data(), cnt);
+ tqDebug("KNArticleVector::indexForMsgID() : msgID=%s found after %d compares", id.data(), cnt);
#endif*/
return mid;
}
else {
/*#ifndef NDEBUG
- qDebug("knode: KNArticleVector::indexForMsgID() : msgID=%s not found", id.data());
+ tqDebug("knode: KNArticleVector::indexForMsgID() : msgID=%s not found", id.data());
#endif*/
return -1;
}