summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorAlbert Santoni <albert.santoni@sourcefabric.org>2013-12-09 10:07:50 -0500
committerAlbert Santoni <albert.santoni@sourcefabric.org>2013-12-09 10:07:50 -0500
commit1e8d9269f15364d37eb8dd150deb8cc7520f591a (patch)
treee52b82f40637aecabfb8d7fef4cc1efbb8db73bc /plugins
parent7ebf28e3f017bd19444af9751131eef352e7270a (diff)
Replaced all Q_WS_WIN -> Q_OS_WIN for Qt 5 compatibility
Diffstat (limited to 'plugins')
-rw-r--r--plugins/soundsourcem4a/soundsourcem4a.h2
-rw-r--r--plugins/soundsourcemediafoundation/soundsourcemediafoundation.h2
-rw-r--r--plugins/soundsourcewv/soundsourcewv.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/soundsourcem4a/soundsourcem4a.h b/plugins/soundsourcem4a/soundsourcem4a.h
index a0ee767832..c800c713b5 100644
--- a/plugins/soundsourcem4a/soundsourcem4a.h
+++ b/plugins/soundsourcem4a/soundsourcem4a.h
@@ -30,7 +30,7 @@
#include "m4a/ip.h"
//As per QLibrary docs: http://doc.trolltech.com/4.6/qlibrary.html#resolve
-#ifdef Q_WS_WIN
+#ifdef Q_OS_WIN
#define MY_EXPORT __declspec(dllexport)
#else
#define MY_EXPORT
diff --git a/plugins/soundsourcemediafoundation/soundsourcemediafoundation.h b/plugins/soundsourcemediafoundation/soundsourcemediafoundation.h
index 6149b890f9..ed7b57918b 100644
--- a/plugins/soundsourcemediafoundation/soundsourcemediafoundation.h
+++ b/plugins/soundsourcemediafoundation/soundsourcemediafoundation.h
@@ -27,7 +27,7 @@
#include "defs_version.h"
#include "soundsource.h"
-#ifdef Q_WS_WIN
+#ifdef Q_OS_WIN
#define MY_EXPORT __declspec(dllexport)
#else
#define MY_EXPORT
diff --git a/plugins/soundsourcewv/soundsourcewv.h b/plugins/soundsourcewv/soundsourcewv.h
index 05a6787902..5589bb7a5c 100644
--- a/plugins/soundsourcewv/soundsourcewv.h
+++ b/plugins/soundsourcewv/soundsourcewv.h
@@ -12,7 +12,7 @@
#include "wavpack/wavpack.h"
-#ifdef Q_WS_WIN
+#ifdef Q_OS_WIN
#define MY_EXPORT __declspec(dllexport)
#else
#define MY_EXPORT