diff -r 491a1d15372f -r 73c48011b8c7 ginebra2/mostvisitedpageview.h --- a/ginebra2/mostvisitedpageview.h Fri Sep 17 08:27:10 2010 +0300 +++ b/ginebra2/mostvisitedpageview.h Mon Oct 04 00:04:54 2010 +0300 @@ -23,12 +23,16 @@ #include "ChromeSnippet.h" #include "ChromeWidget.h" +//space left between MVP and toolbar +const int KSpaceToolbarMVP = 5; + namespace WRT { class WrtBrowserContainer; } namespace GVA { +class ExternalEventCharm; class LinearFlowSnippet; class MostVisitedPagesWidget : public ChromeItem @@ -69,5 +73,6 @@ GVA::LinearFlowSnippet *m_flowInterface; int m_selectIndex; bool m_hideOnClose; + ExternalEventCharm *m_externalEventCharm; }; }