mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
KWalletPasswords: Fix KF5 KWallet includes
This commit is contained in:
parent
610dd28ae1
commit
deb7251231
|
@ -19,7 +19,12 @@
|
|||
#define KWALLETPASSWORDBACKEND_H
|
||||
|
||||
#include <QVector>
|
||||
|
||||
#if QT_VERSION >= 0x050000
|
||||
#include <KF5/KWallet/KWallet>
|
||||
#else
|
||||
#include <KDE/KWallet/Wallet>
|
||||
#endif
|
||||
|
||||
#include "passwordbackends/passwordbackend.h"
|
||||
#include "passwordmanager.h"
|
||||
|
|
Loading…
Reference in New Issue
Block a user