Undo bad fix on Symbian.
[dorian] / bookview.h
index c636230..74ef200 100644 (file)
@@ -90,9 +90,6 @@ public slots:
     /** Restore book's last reading position. */
     void restoreLastBookmark();
 
-    /** Adjust web view position after orientation change. */
-    void adjustPosition();
-
 protected slots:
 #ifdef Q_OS_SYMBIAN
     /** Observe media keys. */
@@ -105,6 +102,7 @@ protected:
     void wheelEvent(QWheelEvent *);
     bool eventFilter(QObject *o, QEvent *e);
     void timerEvent(QTimerEvent *e);
+    void hideEvent(QHideEvent *e);
 
     /** Load given part. */
     void loadContent(int index);