videocollection/tsrc/stubs/inc/hbmainwindow.h
changeset 58 d2b028fd1f7d
parent 36 8aed59de29f9
--- a/videocollection/tsrc/stubs/inc/hbmainwindow.h	Mon Aug 23 14:27:29 2010 +0300
+++ b/videocollection/tsrc/stubs/inc/hbmainwindow.h	Fri Sep 03 12:37:43 2010 +0300
@@ -76,9 +76,9 @@
         return mSoftKeyAction;
     }
     
-    HbView *addView(QGraphicsWidget *widget = 0);
+    HbView *addView(HbView *view = 0);
     
-    void removeView(QGraphicsWidget *widget);
+    void removeView(HbView *view);
     
     QList<HbView *> views() const;