1
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:
David Rosca 2015-05-22 17:55:35 +02:00
parent 610dd28ae1
commit deb7251231

View File

@ -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"