diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-09-22 02:21:06 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-09-22 02:21:06 -0700 |
| commit | f394f21594bed80366f1e4ce066b1ba4e60cd5fb (patch) | |
| tree | f5eec22a4119c394748eb9c44962686ecf98a016 /src/qt/sendcoinsentry.cpp | |
| parent | Remove unnecessary text from tooltip in AddressBookPage (diff) | |
| parent | enhance Qt5 compatibility (diff) | |
| download | discoin-f394f21594bed80366f1e4ce066b1ba4e60cd5fb.tar.xz discoin-f394f21594bed80366f1e4ce066b1ba4e60cd5fb.zip | |
Merge pull request #1844 from Diapolo/Qt5_compat1
enhance Qt5 compatibility
Diffstat (limited to 'src/qt/sendcoinsentry.cpp')
| -rw-r--r-- | src/qt/sendcoinsentry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/sendcoinsentry.cpp b/src/qt/sendcoinsentry.cpp index 71891e79c..c4d84c388 100644 --- a/src/qt/sendcoinsentry.cpp +++ b/src/qt/sendcoinsentry.cpp @@ -17,7 +17,7 @@ SendCoinsEntry::SendCoinsEntry(QWidget *parent) : { ui->setupUi(this); -#ifdef Q_WS_MAC +#ifdef Q_OS_MAC ui->payToLayout->setSpacing(4); #endif #if QT_VERSION >= 0x040700 |