ginebra2/mostvisitedpageview.h
changeset 12 afcd8e6d025b
parent 9 b39122337a00
child 16 3c88a81ff781
--- a/ginebra2/mostvisitedpageview.h	Wed Sep 01 13:56:21 2010 -0400
+++ b/ginebra2/mostvisitedpageview.h	Fri Sep 17 12:11:40 2010 -0400
@@ -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;
 };
 }