Drop Qt module name from include statements.
This is a preparation to be able to build KeePassX against Qt 5.
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
#ifndef KEEPASSX_TESTKEEPASS1READER_H
|
||||
#define KEEPASSX_TESTKEEPASS1READER_H
|
||||
|
||||
#include <QtCore/QDateTime>
|
||||
#include <QtCore/QObject>
|
||||
#include <QDateTime>
|
||||
#include <QObject>
|
||||
|
||||
class Database;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user