diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-05-20 20:30:54 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-05-20 20:30:54 (GMT) |
commit | fd3b00e9aa30f8e15060292f5335b912fe42eeff (patch) | |
tree | 5aab344351ff5bbea1b995a2a161ea1f3c71d4ba /src | |
parent | 471638950e8e3a63ceb0474f3b792112ebb46aba (diff) | |
download | Qt-fd3b00e9aa30f8e15060292f5335b912fe42eeff.zip Qt-fd3b00e9aa30f8e15060292f5335b912fe42eeff.tar.gz Qt-fd3b00e9aa30f8e15060292f5335b912fe42eeff.tar.bz2 |
add missing include
... as instructed by olivier
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/styles/qwindowsmobilestyle.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/styles/qwindowsmobilestyle.cpp b/src/gui/styles/qwindowsmobilestyle.cpp index 67eb1ef..4e7b92c 100644 --- a/src/gui/styles/qwindowsmobilestyle.cpp +++ b/src/gui/styles/qwindowsmobilestyle.cpp @@ -80,6 +80,8 @@ extern bool qt_wince_is_smartphone(); //defined in qguifunctions_wince.cp extern bool qt_wince_is_windows_mobile_65(); //defined in qguifunctions_wince.cpp #endif // Q_WS_WINCE +#include "qstylehelper_p.h" + QT_BEGIN_NAMESPACE static const int windowsItemFrame = 1; // menu item frame width |