summaryrefslogtreecommitdiffstats
path: root/src/gui/styles/qwindowsmobilestyle_p.h
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2009-08-12 07:42:26 (GMT)
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2009-08-12 07:47:18 (GMT)
commit0cfe640f20a7f427d4da79386cbd8cd18481c019 (patch)
tree0ccdbbc681fbb328bf7b740d2f29268fd4703009 /src/gui/styles/qwindowsmobilestyle_p.h
parent130fc63e048272235f1f13580d682abed16b3af2 (diff)
downloadQt-0cfe640f20a7f427d4da79386cbd8cd18481c019.zip
Qt-0cfe640f20a7f427d4da79386cbd8cd18481c019.tar.gz
Qt-0cfe640f20a7f427d4da79386cbd8cd18481c019.tar.bz2
Compile fix for Windows CE standard SDK
Q_WS_SINCE_WM ifdefs were broken Reviewed-by: Joerg
Diffstat (limited to 'src/gui/styles/qwindowsmobilestyle_p.h')
-rw-r--r--src/gui/styles/qwindowsmobilestyle_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/styles/qwindowsmobilestyle_p.h b/src/gui/styles/qwindowsmobilestyle_p.h
index 3a05af1..87ce782 100644
--- a/src/gui/styles/qwindowsmobilestyle_p.h
+++ b/src/gui/styles/qwindowsmobilestyle_p.h
@@ -114,15 +114,15 @@ public:
void tintImagesHigh(QColor color);
void tintImagesButton(QColor color);
void tintListViewHighlight(QColor color);
- void drawPanelItemViewSelected(QPainter *painter, const QStyleOptionViewItemV4 *option, QRect rect = QRect());
+
+#endif //Q_WS_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);
void drawScrollbarGroove(QPainter *p, const QStyleOptionSlider *opt);
void drawScrollbarGrip(QPainter *p, QStyleOptionSlider *newScrollbar, const QStyleOptionComplex *option, bool drawCompleteFrame);
void drawTabBarTab(QPainter *p, const QStyleOptionTab *tab);
-
-#endif //Q_WS_WINCE_WM
+ void drawPanelItemViewSelected(QPainter *painter, const QStyleOptionViewItemV4 *option, QRect rect = QRect());
};