diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-05-31 14:02:24 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-06-01 11:05:08 +0200 |
| commit | 25c0cce7fb494fcb871d134e28b26504d30e34d3 (patch) | |
| tree | c6fb9d0daa4675999cfa57d4f3668e2990dc9368 /src/qt/walletframe.cpp | |
| parent | Merge pull request #2616 from vinniefalco/leveldb-as-subtree (diff) | |
| download | discoin-25c0cce7fb494fcb871d134e28b26504d30e34d3.tar.xz discoin-25c0cce7fb494fcb871d134e28b26504d30e34d3.zip | |
Qt5 compatibility
This commit squashes all the changes in the Qt5 branch
relative to master.
Backward compatibility with Qt4 is retained.
Original authors:
- Philip Kaufmann <[email protected]>
- Jonas Schnelli <[email protected]>
Diffstat (limited to 'src/qt/walletframe.cpp')
| -rw-r--r-- | src/qt/walletframe.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/qt/walletframe.cpp b/src/qt/walletframe.cpp index 83e4255c9..50c03ac62 100644 --- a/src/qt/walletframe.cpp +++ b/src/qt/walletframe.cpp @@ -8,11 +8,9 @@ #include "bitcoingui.h" #include "walletstack.h" -#include <QVBoxLayout> +#include <QHBoxLayout> #include <QMessageBox> -#include <stdio.h> - WalletFrame::WalletFrame(BitcoinGUI *_gui) : QFrame(_gui), gui(_gui), |