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
|
||||
|
||||
#include <QtCore/QDebug>
|
||||
#include <QDebug>
|
||||
#include <qjson/parser.h>
|
||||
#include <kdebug.h>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue