SVN commit 755277 by apaku: s/qDebug/kDebug/ M +1 -1 cmakeprojectvisitor.cpp --- trunk/KDE/kdevelop/buildtools/managers/cmake/parser/cmakeprojectvisitor.cpp #755276:755277 @@ -926,7 +926,7 @@ QList indices=list->index(); qSort(indices); QList::const_iterator it=indices.constEnd(); - qDebug() << "list remove: " << theList << indices; + kDebug(9042) << "list remove: " << theList << indices; while(it!=indices.constBegin()) { --it;