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_DATABASEWIDGET_H
|
||||
#define KEEPASSX_DATABASEWIDGET_H
|
||||
|
||||
#include <QtCore/QScopedPointer>
|
||||
#include <QtGui/QStackedWidget>
|
||||
#include <QScopedPointer>
|
||||
#include <QStackedWidget>
|
||||
|
||||
#include "core/Global.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user