diff -r bbb98528c666 -r 3738fe97f027 videocollection/tsrc/stubs/inc/hbstackedwidget.h --- a/videocollection/tsrc/stubs/inc/hbstackedwidget.h Thu Apr 01 23:22:15 2010 +0300 +++ b/videocollection/tsrc/stubs/inc/hbstackedwidget.h Thu Apr 01 23:32:44 2010 +0300 @@ -19,6 +19,7 @@ #define HBSTACKEDWIDGET #include +#include #include "hbwidget.h" class HbStackedWidget : public HbWidget @@ -55,7 +56,7 @@ */ static int initializeCount; - QObject *mCurrentWidget; + QPointer mCurrentWidget; };