mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-24 22:19:33 -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,10 +18,10 @@
|
|||
#ifndef KEEPASSX_ENTRYATTRIBUTES_H
|
||||
#define KEEPASSX_ENTRYATTRIBUTES_H
|
||||
|
||||
#include <QtCore/QMap>
|
||||
#include <QtCore/QSet>
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QStringList>
|
||||
#include <QMap>
|
||||
#include <QObject>
|
||||
#include <QSet>
|
||||
#include <QStringList>
|
||||
|
||||
#include "core/Global.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue