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_SYMMETRICCIPHER_H
|
||||
#define KEEPASSX_SYMMETRICCIPHER_H
|
||||
|
||||
#include <QtCore/QByteArray>
|
||||
#include <QtCore/QScopedPointer>
|
||||
#include <QByteArray>
|
||||
#include <QScopedPointer>
|
||||
|
||||
#include "core/Global.h"
|
||||
#include "crypto/SymmetricCipherBackend.h"
|
||||
|
||||
Reference in New Issue
Block a user