From: Thiago Macieira Date: Mon, 20 Aug 2007 21:37:21 +0000 (+0000) Subject: Adapt to no k_funcinfo X-Git-Tag: v3.93.0~69 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=a468d0a3f1865765f5f9e3d9d23f807324cbb585;p=libqmvoc.git Adapt to no k_funcinfo svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=702586 --- diff --git a/libscience/moleculeparser.cpp b/libscience/moleculeparser.cpp index 2b163a6..92fccdb 100644 --- a/libscience/moleculeparser.cpp +++ b/libscience/moleculeparser.cpp @@ -295,7 +295,7 @@ MoleculeParser::lookupElement( const QString& _name ) //if there is an error make m_error true. m_error = true; - kDebug() << k_funcinfo << "no such element, parsing error!: " << _name; + kDebug() << "no such element, parsing error!: " << _name; return NULL; }