diff options
| author | Jeff Garzik <[email protected]> | 2012-04-15 17:39:49 -0400 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-04-17 20:00:55 +0200 |
| commit | 9eace6b1130ce7eb938476750159ec0baf752531 (patch) | |
| tree | 1d4dfa6b1353129a91317a5fb3a0f624435c9377 /src/qt/optionsmodel.cpp | |
| parent | Remove headers.h (diff) | |
| download | discoin-9eace6b1130ce7eb938476750159ec0baf752531.tar.xz discoin-9eace6b1130ce7eb938476750159ec0baf752531.zip | |
Move CWalletDB code to new walletdb module.
In addition to standard code separation, this change opens the door
to fixing several include inter-dependencies.
Diffstat (limited to 'src/qt/optionsmodel.cpp')
| -rw-r--r-- | src/qt/optionsmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp index 736be7f70..f7d9b0da2 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) |