kDebug / qDebug

This commit is contained in:
Luca Beltrame 2014-10-03 23:00:55 +02:00
parent 0269c6d1bd
commit a568beac2a
2 changed files with 13 additions and 13 deletions

View file

@ -29,7 +29,7 @@
// KDE
#include <kdebug.h>
#include <QDebug>
namespace Danbooru {
@ -138,7 +138,7 @@ namespace Danbooru {
if (values.isEmpty()) {
*result = false;
kWarning() << "No results found when parsing XML";
qWarning() << "No results found when parsing XML";
return QList<QVariant>();
}