homescreenapp/hsdomainmodel/inc/hsscene.h
changeset 69 87476091b3f5
parent 62 341166945d65
child 86 e4f038c420f7
--- a/homescreenapp/hsdomainmodel/inc/hsscene.h	Wed Jul 14 15:53:30 2010 +0300
+++ b/homescreenapp/hsdomainmodel/inc/hsscene.h	Fri Jul 23 13:47:57 2010 +0300
@@ -71,8 +71,8 @@
     static HsScene *instance();
     static HsScene *takeInstance();
     static void setInstance(HsScene *instance);
-    static HbMainWindow *mainWindow();
-    static Qt::Orientation orientation();
+    //static HbMainWindow *mainWindow();
+    //static Qt::Orientation orientation();
 
 signals:
     void pageTapAndHoldFinished(QGestureEvent *event);
@@ -105,7 +105,7 @@
 
     friend class HsPage;
     friend class HsPageTouchArea;
-    friend class HsWidgetHost;
+    friend class HsWidgetHostVisual;
     friend class HsWidgetTouchArea;
     friend class HsWidgetMoveTouchArea;