[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 05:44:22 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 27e4031b61da81653ebdd05992e148df5dc10316
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 5 23:59:07 2001 +0000

    Fixed the top-level #define directives for the header files
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@111 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQIcon.h b/WebCore/kwq/KWQIcon.h
index 0a7f054..c1453ca 100644
--- a/WebCore/kwq/KWQIcon.h
+++ b/WebCore/kwq/KWQIcon.h
@@ -23,8 +23,8 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-#ifndef KICONTHEME_H_
-#define KICONTHEME_H_
+#ifndef KWQICON_H_
+#define KWQICON_H_
 
 class KIcon {
 public:
diff --git a/WebCore/src/kwq/KWQCollection.h b/WebCore/src/kwq/KWQCollection.h
index 0a17687..9a6c919 100644
--- a/WebCore/src/kwq/KWQCollection.h
+++ b/WebCore/src/kwq/KWQCollection.h
@@ -23,8 +23,8 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-#ifndef QCOLLECTION_H_
-#define QCOLLECTION_H_
+#ifndef KWQCOLLECTION_H_
+#define KWQCOLLECTION_H_
 
 class QCollection {
 public:
diff --git a/WebCore/src/kwq/KWQFrame.h b/WebCore/src/kwq/KWQFrame.h
index ba1b247..519a8e0 100644
--- a/WebCore/src/kwq/KWQFrame.h
+++ b/WebCore/src/kwq/KWQFrame.h
@@ -23,8 +23,8 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-#ifndef QFRAME_H_
-#define QFRAME_H_
+#ifndef KWQFRAME_H_
+#define KWQFRAME_H_
 
 #include <qwidget.h>
 
diff --git a/WebCore/src/kwq/KWQIcon.h b/WebCore/src/kwq/KWQIcon.h
index 0a7f054..c1453ca 100644
--- a/WebCore/src/kwq/KWQIcon.h
+++ b/WebCore/src/kwq/KWQIcon.h
@@ -23,8 +23,8 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-#ifndef KICONTHEME_H_
-#define KICONTHEME_H_
+#ifndef KWQICON_H_
+#define KWQICON_H_
 
 class KIcon {
 public:

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list