Use the preferred way for Qt includes

This is to pave the way for the planned KF5 port
This commit is contained in:
Luca Beltrame 2014-08-28 09:21:24 +02:00
parent b58c6c36e6
commit f5aa505e0b
2 changed files with 5 additions and 5 deletions

View file

@ -22,7 +22,7 @@
// Qt
#include <QtCore/QDebug>
#include <QDebug>
#include <qjson/parser.h>
#include <kdebug.h>

View file

@ -33,10 +33,10 @@
// Qt
#include <QtCore/QObject>
#include <QtCore/QString>
#include <QtCore/QStringList>
#include <QtCore/QSet>
#include <QObject>
#include <QString>
#include <QStringList>
#include <QSet>
// KDE