patches/qt3-0019-qscrollview-propagate-horizontal-wheelevent.patch
changeset 782 a013313b88b4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/qt3-0019-qscrollview-propagate-horizontal-wheelevent.patch	Thu Jan 10 18:27:45 2008 +0000
@@ -0,0 +1,11 @@
+--- qt-x11-free-3.3.8/src/widgets/qscrollview.cpp.orig	2008-01-08 22:42:34.872697450 +0530
++++ qt-x11-free-3.3.8/src/widgets/qscrollview.cpp	2008-01-08 22:50:19.747641060 +0530
+@@ -1865,7 +1865,7 @@
+        the event itself.
+     */
+     QWheelEvent ce( viewportToContents(e->pos()),
+-        e->globalPos(), e->delta(), e->state());
++        e->globalPos(), e->delta(), e->state(), e->orientation());
+     contentsWheelEvent(&ce);
+     if ( ce.isAccepted() )
+         e->accept();