diff -r 0f2326c2a325 -r 1c3b8676e58c ginebra2/mostvisitedpageview.h --- a/ginebra2/mostvisitedpageview.h Wed Jun 23 17:59:43 2010 +0300 +++ b/ginebra2/mostvisitedpageview.h Tue Jul 06 14:03:49 2010 +0300 @@ -21,6 +21,7 @@ #include #include "ChromeItem.h" #include "ChromeSnippet.h" +#include "ChromeWidget.h" namespace GVA { class LinearFlowSnippet; @@ -34,7 +35,7 @@ Q_OBJECT public : //construction and destruction - MostVisitedPagesWidget(ChromeSnippet* snippet,QGraphicsWidget* parent); + MostVisitedPagesWidget(ChromeSnippet* snippet, ChromeWidget* chrome); ~MostVisitedPagesWidget(); void open(); @@ -62,6 +63,7 @@ private : MostVisitedPageStore* m_mostVisitedPageStore; QGraphicsWidget* m_parent; + ChromeWidget * m_chrome; GVA::LinearFlowSnippet *m_flowInterface; int m_selectIndex; bool m_hideOnClose;