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 // Qt
#include <QtCore/QDebug> #include <QDebug>
#include <qjson/parser.h> #include <qjson/parser.h>
#include <kdebug.h> #include <kdebug.h>

View file

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