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_TESTGUI_H
|
||||
#define KEEPASSX_TESTGUI_H
|
||||
|
||||
#include <QtCore/QAbstractItemModel>
|
||||
#include <QtCore/QObject>
|
||||
#include <QAbstractItemModel>
|
||||
#include <QObject>
|
||||
|
||||
class Database;
|
||||
class DatabaseTabWidget;
|
||||
|
||||
Reference in New Issue
Block a user