homescreenapp/hsdomainmodel/inc/hsscene.h
changeset 77 4b195f3bea29
parent 61 2b1b11a301d2
child 92 6727c5d0afc7
--- a/homescreenapp/hsdomainmodel/inc/hsscene.h	Tue Jul 06 14:06:53 2010 +0300
+++ b/homescreenapp/hsdomainmodel/inc/hsscene.h	Wed Aug 18 09:40:07 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;