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/knarticlecollection.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'knode/knarticlecollection.cpp') diff --git a/knode/knarticlecollection.cpp b/knode/knarticlecollection.cpp index cbb4779b3..d39d4d83a 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; } -- cgit v1.2.1