[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:39:55 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit d9f727096045406c0a25729126ab5a59a7c0c795
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 28 17:34:26 2001 +0000

    Added include files to get khtml/css/cssparser.cpp to compile
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@24 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQPaintDevice.h b/WebCore/kwq/KWQPaintDevice.h
index 47f4a2c..5842e65 100644
--- a/WebCore/kwq/KWQPaintDevice.h
+++ b/WebCore/kwq/KWQPaintDevice.h
@@ -26,4 +26,6 @@
 #ifndef QPAINTDEVICE_H_
 #define QPAINTDEVICE_H_
 
+#include "qrect.h"
+
 #endif
diff --git a/WebCore/kwq/KWQPixmap.h b/WebCore/kwq/KWQPixmap.h
index de669dc..56464f9 100644
--- a/WebCore/kwq/KWQPixmap.h
+++ b/WebCore/kwq/KWQPixmap.h
@@ -26,6 +26,8 @@
 #ifndef QPIXMAP_H_
 #define QPIXMAP_H_
 
+#include "qpaintdevice.h"
+
 class QPixmap {
 };
 
diff --git a/WebCore/kwq/qt/qpaintdevice.h b/WebCore/kwq/qt/qpaintdevice.h
index 47f4a2c..5842e65 100644
--- a/WebCore/kwq/qt/qpaintdevice.h
+++ b/WebCore/kwq/qt/qpaintdevice.h
@@ -26,4 +26,6 @@
 #ifndef QPAINTDEVICE_H_
 #define QPAINTDEVICE_H_
 
+#include "qrect.h"
+
 #endif
diff --git a/WebCore/kwq/qt/qpixmap.h b/WebCore/kwq/qt/qpixmap.h
index de669dc..56464f9 100644
--- a/WebCore/kwq/qt/qpixmap.h
+++ b/WebCore/kwq/qt/qpixmap.h
@@ -26,6 +26,8 @@
 #ifndef QPIXMAP_H_
 #define QPIXMAP_H_
 
+#include "qpaintdevice.h"
+
 class QPixmap {
 };
 
diff --git a/WebCore/src/kwq/qt/qpaintdevice.h b/WebCore/src/kwq/qt/qpaintdevice.h
index 47f4a2c..5842e65 100644
--- a/WebCore/src/kwq/qt/qpaintdevice.h
+++ b/WebCore/src/kwq/qt/qpaintdevice.h
@@ -26,4 +26,6 @@
 #ifndef QPAINTDEVICE_H_
 #define QPAINTDEVICE_H_
 
+#include "qrect.h"
+
 #endif
diff --git a/WebCore/src/kwq/qt/qpixmap.h b/WebCore/src/kwq/qt/qpixmap.h
index de669dc..56464f9 100644
--- a/WebCore/src/kwq/qt/qpixmap.h
+++ b/WebCore/src/kwq/qt/qpixmap.h
@@ -26,6 +26,8 @@
 #ifndef QPIXMAP_H_
 #define QPIXMAP_H_
 
+#include "qpaintdevice.h"
+
 class QPixmap {
 };
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list