summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/platforms/windows/qwindowsaccessibility.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/platforms/windows/qwindowsaccessibility.cpp b/src/plugins/platforms/windows/qwindowsaccessibility.cpp
index 8d11745410..2c49d8614d 100644
--- a/src/plugins/platforms/windows/qwindowsaccessibility.cpp
+++ b/src/plugins/platforms/windows/qwindowsaccessibility.cpp
@@ -69,7 +69,7 @@
#include <winuser.h>
#if !defined(WINABLEAPI)
-# if defined(Q_WS_WINCE)
+# if defined(Q_OS_WINCE)
# include <bldver.h>
# endif
# include <winable.h>
@@ -80,7 +80,7 @@
#include <comdef.h>
#endif
-#ifdef Q_WS_WINCE
+#ifdef Q_OS_WINCE
#include "qguifunctions_wince.h"
#endif
@@ -1344,7 +1344,7 @@ void QWindowsAccessibility::notifyAccessibilityUpdate(const QAccessibleEvent &ev
typedef void (WINAPI *PtrNotifyWinEvent)(DWORD, HWND, LONG, LONG);
-#if defined(Q_WS_WINCE) // ### TODO: check for NotifyWinEvent in CE 6.0
+#if defined(Q_OS_WINCE) // ### TODO: check for NotifyWinEvent in CE 6.0
// There is no user32.lib nor NotifyWinEvent for CE
return;
#else
@@ -1382,7 +1382,7 @@ void QWindowsAccessibility::notifyAccessibilityUpdate(const QAccessibleEvent &ev
++eventNum;
}
-#endif // Q_WS_WINCE
+#endif // Q_OS_WINCE
}
/*