aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsentry.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-09-21 19:06:53 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-09-21 19:06:53 +0200
commit81605d90f53e5ab500f56927f4337bbc7f2d24f8 (patch)
treeef3fe924376355bee4a4c661698a8d388c7b751d /src/qt/sendcoinsentry.cpp
parente96a8c7d86203f463c07d7552190b508ce6c011d (diff)
downloadbitcoin-81605d90f53e5ab500f56927f4337bbc7f2d24f8.tar.xz
enhance Qt5 compatibility
- replace Q_WS_MAC (not supported anymore in Qt5) with Q_OS_MAC (supported in Qt4/5)
Diffstat (limited to 'src/qt/sendcoinsentry.cpp')
-rw-r--r--src/qt/sendcoinsentry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/sendcoinsentry.cpp b/src/qt/sendcoinsentry.cpp
index 71891e79ca..c4d84c388c 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