KWalletPasswords: Fix KF5 KWallet includes

remotes/origin/falkon
David Rosca 11 years ago
parent 610dd28ae1
commit deb7251231
  1. 5
      src/plugins/KWalletPasswords/kwalletpasswordbackend.h

@ -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…
Cancel
Save