diff -r dee5afe5301f -r 3f74d0d4af4c src/gui/kernel/qapplication_p.h --- a/src/gui/kernel/qapplication_p.h Mon Mar 15 12:43:09 2010 +0200 +++ b/src/gui/kernel/qapplication_p.h Thu Apr 08 14:19:33 2010 +0300 @@ -427,7 +427,9 @@ static int cursor_flash_time; static int mouse_double_click_time; static int keyboard_input_time; +#ifndef QT_NO_WHEELEVENT static int wheel_scroll_lines; +#endif static bool animate_ui; static bool animate_menu; @@ -528,6 +530,7 @@ const QList &touchPoints); #if defined(Q_WS_WIN) + static bool HasTouchSupport; static PtrRegisterTouchWindow RegisterTouchWindow; static PtrGetTouchInputInfo GetTouchInputInfo; static PtrCloseTouchInputHandle CloseTouchInputHandle;