[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:41:25 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit d4ca594d862ce623af5d456777fd129ae785f37e
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 31 14:56:46 2001 +0000

    More changes to get this beast to compile
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@57 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQKComboBox.h b/WebCore/kwq/KWQKComboBox.h
index 74226f1..ce66a2e 100644
--- a/WebCore/kwq/KWQKComboBox.h
+++ b/WebCore/kwq/KWQKComboBox.h
@@ -26,4 +26,7 @@
 #ifndef KCOMBOBOX_H_
 #define KCOMBOBOX_H_
 
+class KComboBox {
+};
+
 #endif
diff --git a/WebCore/kwq/KWQKListBox.h b/WebCore/kwq/KWQKListBox.h
index 5ad5e50..db2aeb6 100644
--- a/WebCore/kwq/KWQKListBox.h
+++ b/WebCore/kwq/KWQKListBox.h
@@ -26,4 +26,6 @@
 #ifndef KLISTBOX_H_
 #define KLISTBOX_H_
 
+class KListBox;
+
 #endif
diff --git a/WebCore/kwq/kdeui/kcombobox.h b/WebCore/kwq/kdeui/kcombobox.h
index 74226f1..ce66a2e 100644
--- a/WebCore/kwq/kdeui/kcombobox.h
+++ b/WebCore/kwq/kdeui/kcombobox.h
@@ -26,4 +26,7 @@
 #ifndef KCOMBOBOX_H_
 #define KCOMBOBOX_H_
 
+class KComboBox {
+};
+
 #endif
diff --git a/WebCore/kwq/kdeui/keditcl.h b/WebCore/kwq/kdeui/keditcl.h
index 996a659..dc47ec6 100644
--- a/WebCore/kwq/kdeui/keditcl.h
+++ b/WebCore/kwq/kdeui/keditcl.h
@@ -26,4 +26,18 @@
 #ifndef KEDITCL_H_
 #define KEDITCL_H_
 
+class QScrollBar;
+
+class QMultiLineEdit {
+public:
+    // FIXME: normally these two would be in QTableView
+    QScrollBar *verticalScrollBar() const;
+    QScrollBar *horizontalScrollBar() const;
+
+    bool hasMarkedText() const;
+};
+
+class KEdit : public QMultiLineEdit {
+};
+
 #endif
diff --git a/WebCore/kwq/kdeui/klistbox.h b/WebCore/kwq/kdeui/klistbox.h
index 5ad5e50..db2aeb6 100644
--- a/WebCore/kwq/kdeui/klistbox.h
+++ b/WebCore/kwq/kdeui/klistbox.h
@@ -26,4 +26,6 @@
 #ifndef KLISTBOX_H_
 #define KLISTBOX_H_
 
+class KListBox;
+
 #endif
diff --git a/WebCore/src/kwq/kdeui/kcombobox.h b/WebCore/src/kwq/kdeui/kcombobox.h
index 74226f1..ce66a2e 100644
--- a/WebCore/src/kwq/kdeui/kcombobox.h
+++ b/WebCore/src/kwq/kdeui/kcombobox.h
@@ -26,4 +26,7 @@
 #ifndef KCOMBOBOX_H_
 #define KCOMBOBOX_H_
 
+class KComboBox {
+};
+
 #endif
diff --git a/WebCore/src/kwq/kdeui/keditcl.h b/WebCore/src/kwq/kdeui/keditcl.h
index 996a659..dc47ec6 100644
--- a/WebCore/src/kwq/kdeui/keditcl.h
+++ b/WebCore/src/kwq/kdeui/keditcl.h
@@ -26,4 +26,18 @@
 #ifndef KEDITCL_H_
 #define KEDITCL_H_
 
+class QScrollBar;
+
+class QMultiLineEdit {
+public:
+    // FIXME: normally these two would be in QTableView
+    QScrollBar *verticalScrollBar() const;
+    QScrollBar *horizontalScrollBar() const;
+
+    bool hasMarkedText() const;
+};
+
+class KEdit : public QMultiLineEdit {
+};
+
 #endif
diff --git a/WebCore/src/kwq/kdeui/klistbox.h b/WebCore/src/kwq/kdeui/klistbox.h
index 5ad5e50..db2aeb6 100644
--- a/WebCore/src/kwq/kdeui/klistbox.h
+++ b/WebCore/src/kwq/kdeui/klistbox.h
@@ -26,4 +26,6 @@
 #ifndef KLISTBOX_H_
 #define KLISTBOX_H_
 
+class KListBox;
+
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list