aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsentry.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2012-09-21 19:06:53 +0200
committerPhilip Kaufmann <[email protected]>2012-09-21 19:06:53 +0200
commit81605d90f53e5ab500f56927f4337bbc7f2d24f8 (patch)
treeef3fe924376355bee4a4c661698a8d388c7b751d /src/qt/sendcoinsentry.cpp
parentMerge pull request #1793 from Diapolo/fix_signed_unsigned_strprintf (diff)
downloaddiscoin-81605d90f53e5ab500f56927f4337bbc7f2d24f8.tar.xz
discoin-81605d90f53e5ab500f56927f4337bbc7f2d24f8.zip
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 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