Fix kinetic scrolling on Symbian. Fix timer handling.
[dorian] / bookview.h
index 50be62d..f96d599 100644 (file)
@@ -6,6 +6,7 @@
 #include <QStringList>
 #include <QHash>
 #include <QImage>
+#include <QPoint>
 
 #include "book.h"
 
@@ -95,8 +96,8 @@ private:
     bool mousePressed;
     int contentsHeight; /**< Last know height of the frame. */
 
+#if defined(Q_WS_MAEMO_5)
     int scrollerMonitor;
-#ifdef Q_WS_MAEMO_5
     QAbstractKineticScroller *scroller;
 #endif
 };