summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-05-14 09:41:08 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2009-05-14 09:41:08 +1000
commit54ad50c99fee0db0dc9a64ee16dfcc4315b9d86d (patch)
tree51b63f10fd7f0398f0dbe8a3f68ed73d9709963d /src
parent484ad0eccc84488b57d58a1223760623c70389a5 (diff)
Fix broken wince build.
The WinCE build was failing due to a spelling error in an #ifdef directive. Reviewed-by: Trust Me
Diffstat (limited to 'src')
-rw-r--r--src/gui/widgets/qmenu_wince.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qmenu_wince.cpp b/src/gui/widgets/qmenu_wince.cpp
index fbe54fe13f..42a4e0b9a5 100644
--- a/src/gui/widgets/qmenu_wince.cpp
+++ b/src/gui/widgets/qmenu_wince.cpp
@@ -214,7 +214,7 @@ static HWND qt_wce_create_menubar(HWND parentHandle, HINSTANCE resourceHandle, i
mbi.nToolBarId = toolbarID;
if (ptrCreateMenuBar(&mbi)) {
-#ifdef Q_WS_WINCE_WM
+#ifdef Q_OS_WINCE_WM
// Tell the menu bar that we want to override hot key behaviour.
LPARAM lparam = MAKELPARAM(SHMBOF_NODEFAULT | SHMBOF_NOTIFY,
SHMBOF_NODEFAULT | SHMBOF_NOTIFY);