Use the preferred way for Qt includes
This is to pave the way for the planned KF5 port
This commit is contained in:
parent
b58c6c36e6
commit
f5aa505e0b
2 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue