diff --git a/kdevelop/languages/cpp/parser/rpp/pp-location.cpp b/kdevelop/languages/cpp/parser/rpp/pp-location.cpp index 1d81f90e..da832632 100644 --- a/kdevelop/languages/cpp/parser/rpp/pp-location.cpp +++ b/kdevelop/languages/cpp/parser/rpp/pp-location.cpp @@ -148,7 +148,7 @@ LocationTable::AnchorInTable LocationTable::anchorForOffset(std::size_t offset, } m_currentOffset = m_offsetTable.lowerBound(offset); - //kDebug() << k_funcinfo << offset << "found" << m_currentOffset.key(); + //kDebug() << offset << "found" << m_currentOffset.key(); if (m_currentOffset == constEnd) --m_currentOffset; diff --git a/kfloppy/format.cpp b/kfloppy/format.cpp index 43f16020..49eafe19 100644 --- a/kfloppy/format.cpp +++ b/kfloppy/format.cpp @@ -555,7 +555,7 @@ void FDFormat::processStdOut(KProcess *, char *b, int l) DDZeroOut::DDZeroOut(QObject *p) : FloppyAction(p) { - kDebug(KFAREA) << k_funcinfo ; + kDebug(KFAREA); theProcessName = QString::fromLatin1("dd"); setObjectName( QLatin1String("DD" )); } @@ -568,7 +568,7 @@ DDZeroOut::DDZeroOut(QObject *p) : /* virtual */ void DDZeroOut::exec() { - kDebug(KFAREA) << k_funcinfo ; + kDebug(KFAREA); if ( deviceName.isEmpty() ) { @@ -602,7 +602,7 @@ DDZeroOut::DDZeroOut(QObject *p) : void DDZeroOut::processDone(KProcess *p) { - kDebug(KFAREA) << k_funcinfo ; + kDebug(KFAREA); if (p!=theProcess) {