Move CWalletDB code to new walletdb module.
[novacoin.git] / src / qt / walletmodel.cpp
index 8206394..e23a2bb 100644 (file)
@@ -5,7 +5,7 @@
 #include "transactiontablemodel.h"
 
 #include "wallet.h"
-#include "db.h" // for BackupWallet
+#include "walletdb.h" // for BackupWallet
 
 #include <QSet>