homescreenapp/stateplugins/hshomescreenstateplugin/inc/hsidlestate.h
changeset 55 03646e8da489
parent 51 4785f57bf3d4
child 60 30f14686fb04
child 62 341166945d65
--- a/homescreenapp/stateplugins/hshomescreenstateplugin/inc/hsidlestate.h	Thu May 27 12:46:08 2010 +0300
+++ b/homescreenapp/stateplugins/hshomescreenstateplugin/inc/hsidlestate.h	Fri Jun 11 13:30:16 2010 +0300
@@ -136,7 +136,6 @@
     void moveScene_onMouseReleased(
         QGraphicsItem *watched, QGraphicsSceneMouseEvent *event, bool &filtered);
 
-    void onOrientationChanged(Qt::Orientation orientation);
     void widgetInteraction_onTapAndHoldTimeout();
     void sceneInteraction_onTapAndHoldTimeout();
     void onTitleChanged(QString title);
@@ -144,7 +143,7 @@
     bool openTaskSwitcher();
     void zoneAnimationFinished();
     void onSceneMenuTriggered(HbAction *action);
-    void onRemovePageMessageBoxClosed(HbAction *action);
+    void onRemovePageConfirmationOk();
     void onSceneMenuAboutToClose();
 
 private:
@@ -152,8 +151,6 @@
     HsIdleWidget *mUiWidget;
     
     QTimer mTimer;
-    qreal mTapAndHoldDistance;
-    qreal mPageChangeZoneWidth;
 
     QPointF mTouchScenePos;
     HsTitleResolver *mTitleResolver;