diff options
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/optionsmodel.cpp | 2 | ||||
-rw-r--r-- | src/qt/walletmodel.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp index 736be7f708..f7d9b0da2e 100644 --- a/src/qt/optionsmodel.cpp +++ b/src/qt/optionsmodel.cpp @@ -3,7 +3,7 @@ #include <QSettings> #include "init.h" -#include "db.h" +#include "walletdb.h" OptionsModel::OptionsModel(QObject *parent) : QAbstractListModel(parent) diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp index 8206394d2a..e23a2bb097 100644 --- a/src/qt/walletmodel.cpp +++ b/src/qt/walletmodel.cpp @@ -5,7 +5,7 @@ #include "transactiontablemodel.h" #include "wallet.h" -#include "db.h" // for BackupWallet +#include "walletdb.h" // for BackupWallet #include <QSet> |