ginebra2/DualButtonToolbarSnippet.h
changeset 6 1c3b8676e58c
parent 5 0f2326c2a325
--- a/ginebra2/DualButtonToolbarSnippet.h	Wed Jun 23 17:59:43 2010 +0300
+++ b/ginebra2/DualButtonToolbarSnippet.h	Tue Jul 06 14:03:49 2010 +0300
@@ -34,16 +34,13 @@
   {
     Q_OBJECT
   public:
-    DualButtonToolbarSnippet(const QString& elementId, ChromeWidget * chrome, const QRectF& ownerArea, const QWebElement & element, QGraphicsWidget * widget);
+    DualButtonToolbarSnippet(const QString& elementId, ChromeWidget * chrome, const QWebElement & element);
     virtual ~DualButtonToolbarSnippet();
 
     /// Reimplemented 
     void updateOwnerArea();
     void updateSize(QSize );
 
-  private Q_SLOTS:
-      void onMouseEvent(QEvent::Type type);
-
   private:
     /// Must be Reimplemented
     virtual void setAction(ChromeSnippet * s) = 0;