summaryrefslogtreecommitdiffstats
path: root/qtsingleapplication
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2012-12-29 11:57:40 +1100
committerFriedemann Kleint <Friedemann.Kleint@digia.com>2012-12-29 20:21:07 +0100
commitfe5a989b5c972e83a3545ba2aaac07bd2de539aa (patch)
tree80f7f13c7245a62d0b85cffc76885a83bdc4e448 /qtsingleapplication
parent18c20da49bc4432e50ead5595402b3ec8c9026a7 (diff)
Change Q_WS_WIN to Q_OS_WIN for Qt 5 compatibility
Q_WS_WIN has been removed in Qt 5 so use Q_OS_WIN instead which exists in both Qt 4 and Qt 5 where appropriate. Change-Id: Icc9328f8d28da244dc828e670e2d6402c86a419b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'qtsingleapplication')
-rw-r--r--qtsingleapplication/src/qtlockedfile.h2
-rw-r--r--qtsingleapplication/src/qtsingleapplication.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/qtsingleapplication/src/qtlockedfile.h b/qtsingleapplication/src/qtlockedfile.h
index 9c4b9e2..f956302 100644
--- a/qtsingleapplication/src/qtlockedfile.h
+++ b/qtsingleapplication/src/qtlockedfile.h
@@ -46,7 +46,7 @@
#include <QVector>
#endif
-#if defined(Q_WS_WIN)
+#if defined(Q_OS_WIN)
# if !defined(QT_QTLOCKEDFILE_EXPORT) && !defined(QT_QTLOCKEDFILE_IMPORT)
# define QT_QTLOCKEDFILE_EXPORT
# elif defined(QT_QTLOCKEDFILE_IMPORT)
diff --git a/qtsingleapplication/src/qtsingleapplication.h b/qtsingleapplication/src/qtsingleapplication.h
index 9ae0543..f22a135 100644
--- a/qtsingleapplication/src/qtsingleapplication.h
+++ b/qtsingleapplication/src/qtsingleapplication.h
@@ -45,7 +45,7 @@
class QtLocalPeer;
-#if defined(Q_WS_WIN)
+#if defined(Q_OS_WIN)
# if !defined(QT_QTSINGLEAPPLICATION_EXPORT) && !defined(QT_QTSINGLEAPPLICATION_IMPORT)
# define QT_QTSINGLEAPPLICATION_EXPORT
# elif defined(QT_QTSINGLEAPPLICATION_IMPORT)