[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
kocienda
kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:12:58 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit a67bd1c2a6e525e1dabb07afbac9b3edb410e455
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed May 15 19:45:33 2002 +0000
2002-05-15 Kenneth Kocienda <kocienda at apple.com>
* kwq/KWQInvisibleButton.h: Changed an #include of Cocoa.h to an #import
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1155 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index ea2fffc..aa3b9d1 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,7 @@
+2002-05-15 Kenneth Kocienda <kocienda at apple.com>
+
+ * kwq/KWQInvisibleButton.h: Changed an #include of Cocoa.h to an #import
+
2002-05-15 Darin Adler <darin at apple.com>
* kwq/KWQListImpl.mm:
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index ea2fffc..aa3b9d1 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,7 @@
+2002-05-15 Kenneth Kocienda <kocienda at apple.com>
+
+ * kwq/KWQInvisibleButton.h: Changed an #include of Cocoa.h to an #import
+
2002-05-15 Darin Adler <darin at apple.com>
* kwq/KWQListImpl.mm:
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index ea2fffc..aa3b9d1 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,7 @@
+2002-05-15 Kenneth Kocienda <kocienda at apple.com>
+
+ * kwq/KWQInvisibleButton.h: Changed an #include of Cocoa.h to an #import
+
2002-05-15 Darin Adler <darin at apple.com>
* kwq/KWQListImpl.mm:
diff --git a/WebCore/kwq/KWQInvisibleButton.h b/WebCore/kwq/KWQInvisibleButton.h
index 50dc8a3..86089d5 100644
--- a/WebCore/kwq/KWQInvisibleButton.h
+++ b/WebCore/kwq/KWQInvisibleButton.h
@@ -6,7 +6,7 @@
#endif
#if (defined(__APPLE__) && defined(__OBJC__) && defined(__cplusplus))
-#include <Cocoa/Cocoa.h>
+#import <Cocoa/Cocoa.h>
#endif
#include <qptrlist.h>
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list