mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-29 09:38:48 -04:00
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:
parent
035271d469
commit
6504b6f2bd
170 changed files with 332 additions and 339 deletions
|
@ -18,7 +18,7 @@
|
|||
#ifndef KEEPASSX_HASHEDBLOCKSTREAM_H
|
||||
#define KEEPASSX_HASHEDBLOCKSTREAM_H
|
||||
|
||||
#include <QtCore/QSysInfo>
|
||||
#include <QSysInfo>
|
||||
|
||||
#include "streams/LayeredStream.h"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#ifndef KEEPASSX_LAYEREDSTREAM_H
|
||||
#define KEEPASSX_LAYEREDSTREAM_H
|
||||
|
||||
#include <QtCore/QIODevice>
|
||||
#include <QIODevice>
|
||||
|
||||
#include "core/Global.h"
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
#ifndef KEEPASSX_SYMMETRICCIPHERSTREAM_H
|
||||
#define KEEPASSX_SYMMETRICCIPHERSTREAM_H
|
||||
|
||||
#include <QtCore/QByteArray>
|
||||
#include <QtCore/QScopedPointer>
|
||||
#include <QByteArray>
|
||||
#include <QScopedPointer>
|
||||
|
||||
#include "crypto/SymmetricCipher.h"
|
||||
#include "streams/LayeredStream.h"
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
#ifndef QTIOCOMPRESSOR_H
|
||||
#define QTIOCOMPRESSOR_H
|
||||
|
||||
#include <QtCore/QIODevice>
|
||||
#include <QIODevice>
|
||||
|
||||
class QtIOCompressorPrivate;
|
||||
class QtIOCompressor : public QIODevice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue