[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

gramps gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:43:19 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 8b678167cc0602a3cfe8e5a301969873fb04c270
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 4 21:42:41 2001 +0000

    Added file to get khtml/khtml_event.cpp to compile
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@81 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQKPartsBrowserInterface.h b/WebCore/kwq/KWQKPartsEvent.h
similarity index 82%
copy from WebCore/kwq/KWQKPartsBrowserInterface.h
copy to WebCore/kwq/KWQKPartsEvent.h
index 7d83269..ca91b05 100644
--- a/WebCore/kwq/KWQKPartsBrowserInterface.h
+++ b/WebCore/kwq/KWQKPartsEvent.h
@@ -23,19 +23,24 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-#ifndef BROWSERINTERFACE_H_
-#define BROWSERINTERFACE_H_
+#ifndef EVENT_H_
+#define EVENT_H_
 
-class QVariant;
+#include <qevent.h>
+
+// FIXME: pre-declare here for parse error workaround at line 129 of
+// khtml/khtml_events.h
+class QPainter;
 
 namespace KParts {
 
-class BrowserInterface : public QObject {
+class Event {
 public:
-    BrowserInterface(QObject *parent, const char *name = 0);
-    void callMethod(const char *name, const QVariant &argument);
+    Event(const char *);
+    static bool test(const QEvent *);
+    static bool test(const QEvent *, const char *);
 };
 
-} // namespace KParts
+}
 
 #endif
diff --git a/WebCore/kwq/KWQKPartsBrowserInterface.h b/WebCore/kwq/kparts/event.h
similarity index 82%
copy from WebCore/kwq/KWQKPartsBrowserInterface.h
copy to WebCore/kwq/kparts/event.h
index 7d83269..ca91b05 100644
--- a/WebCore/kwq/KWQKPartsBrowserInterface.h
+++ b/WebCore/kwq/kparts/event.h
@@ -23,19 +23,24 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-#ifndef BROWSERINTERFACE_H_
-#define BROWSERINTERFACE_H_
+#ifndef EVENT_H_
+#define EVENT_H_
 
-class QVariant;
+#include <qevent.h>
+
+// FIXME: pre-declare here for parse error workaround at line 129 of
+// khtml/khtml_events.h
+class QPainter;
 
 namespace KParts {
 
-class BrowserInterface : public QObject {
+class Event {
 public:
-    BrowserInterface(QObject *parent, const char *name = 0);
-    void callMethod(const char *name, const QVariant &argument);
+    Event(const char *);
+    static bool test(const QEvent *);
+    static bool test(const QEvent *, const char *);
 };
 
-} // namespace KParts
+}
 
 #endif
diff --git a/WebCore/kwq/KWQKPartsBrowserInterface.h b/WebCore/src/kwq/kparts/event.h
similarity index 82%
copy from WebCore/kwq/KWQKPartsBrowserInterface.h
copy to WebCore/src/kwq/kparts/event.h
index 7d83269..ca91b05 100644
--- a/WebCore/kwq/KWQKPartsBrowserInterface.h
+++ b/WebCore/src/kwq/kparts/event.h
@@ -23,19 +23,24 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-#ifndef BROWSERINTERFACE_H_
-#define BROWSERINTERFACE_H_
+#ifndef EVENT_H_
+#define EVENT_H_
 
-class QVariant;
+#include <qevent.h>
+
+// FIXME: pre-declare here for parse error workaround at line 129 of
+// khtml/khtml_events.h
+class QPainter;
 
 namespace KParts {
 
-class BrowserInterface : public QObject {
+class Event {
 public:
-    BrowserInterface(QObject *parent, const char *name = 0);
-    void callMethod(const char *name, const QVariant &argument);
+    Event(const char *);
+    static bool test(const QEvent *);
+    static bool test(const QEvent *, const char *);
 };
 
-} // namespace KParts
+}
 
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list