ginebra2/mostvisitedpageview.h
changeset 15 73c48011b8c7
parent 10 232fbd5a2dcb
--- 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;
 };
 }