summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qwindowsmobilestyle_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/styles/qwindowsmobilestyle_p.h')
-rw-r--r--src/widgets/styles/qwindowsmobilestyle_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/styles/qwindowsmobilestyle_p.h b/src/widgets/styles/qwindowsmobilestyle_p.h
index d536afe50e..0e5cf18548 100644
--- a/src/widgets/styles/qwindowsmobilestyle_p.h
+++ b/src/widgets/styles/qwindowsmobilestyle_p.h
@@ -71,7 +71,7 @@ public:
QWindowsMobileStylePrivate();
bool doubleControls;
bool smartphone;
-#ifdef Q_WS_WINCE_WM
+#ifdef Q_OS_WINCE_WM
bool wm65;
#endif
@@ -95,7 +95,7 @@ public:
void setupWindowsMobileStyle65();
-#ifdef Q_WS_WINCE_WM
+#ifdef Q_OS_WINCE_WM
//Windows Mobile 6.5 images
QImage imageScrollbarHandleUp;
QImage imageScrollbarHandleDown;
@@ -119,7 +119,7 @@ public:
void tintImagesButton(QColor color);
void tintListViewHighlight(QColor color);
-#endif //Q_WS_WINCE_WM
+#endif //Q_OS_WINCE_WM
void drawScrollbarHandleUp(QPainter *p, QStyleOptionSlider *opt, bool completeFrame = false, bool secondScrollBar = false);
void drawScrollbarHandleDown(QPainter *p, QStyleOptionSlider *opt, bool completeFrame = false, bool secondScrollBar = false);