summaryrefslogtreecommitdiffstats
path: root/src/webview/qwebview_osx.mm
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview/qwebview_osx.mm')
-rw-r--r--src/webview/qwebview_osx.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/qwebview_osx.mm b/src/webview/qwebview_osx.mm
index 711f62f..e64ad06 100644
--- a/src/webview/qwebview_osx.mm
+++ b/src/webview/qwebview_osx.mm
@@ -49,7 +49,7 @@ QT_BEGIN_NAMESPACE
class QOsxWebViewPrivate;
-#if QT_OSX_PLATFORM_SDK_EQUAL_OR_ABOVE(__MAC_10_11)
+#if QT_MACOS_PLATFORM_SDK_EQUAL_OR_ABOVE(__MAC_10_11)
#define QtFrameLoadDelegateProtocol <WebFrameLoadDelegate>
#else
// WebFrameLoadDelegate is an informal protocol in <= 10.10 SDK.