From 8aa20fb7fcfdfa8f57f1e76fb1bba346b65a1eb7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 4 May 2013 02:43:53 -0500 Subject: [PATCH] Fix incorrect renaming of RETQUEST --- kdejava/koala/org/kde/koala/CSSMediaRule.java | 2 +- kdejava/koala/org/kde/koala/CSSRule.java | 2 +- kdejava/koala/org/kde/koala/Range.java | 6 +++--- kdejava/koala/org/kde/koala/TDEIO.java | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kdejava/koala/org/kde/koala/CSSMediaRule.java b/kdejava/koala/org/kde/koala/CSSMediaRule.java index b096b782..9c688f63 100644 --- a/kdejava/koala/org/kde/koala/CSSMediaRule.java +++ b/kdejava/koala/org/kde/koala/CSSMediaRule.java @@ -56,7 +56,7 @@ public class CSSMediaRule extends CSSRule { rule collection, the rule will be added to the end of the media block. \exception DOMException - HIERARCHY_RETQUEST_ERR: Raised if the rule cannot be inserted at + HIERARCHY_REQUEST_ERR: Raised if the rule cannot be inserted at the specified index. e.g. if an \@import rule is inserted after a standard rule set or other at-rule. INDEX_SIZE_ERR: Raised if the specified index is not a valid diff --git a/kdejava/koala/org/kde/koala/CSSRule.java b/kdejava/koala/org/kde/koala/CSSRule.java index 6931ff56..a49a6900 100644 --- a/kdejava/koala/org/kde/koala/CSSRule.java +++ b/kdejava/koala/org/kde/koala/CSSRule.java @@ -50,7 +50,7 @@ public class CSSRule implements QtSupport { public native String cssText(); /** see cssText - HIERARCHY_RETQUEST_ERR: Raised if the rule cannot be inserted + HIERARCHY_REQUEST_ERR: Raised if the rule cannot be inserted at this point in the style sheet. NO_MODIFICATION_ALLOWED_ERR: Raised if this style sheet is readonly. diff --git a/kdejava/koala/org/kde/koala/Range.java b/kdejava/koala/org/kde/koala/Range.java index eb316c0a..54c63096 100644 --- a/kdejava/koala/org/kde/koala/Range.java +++ b/kdejava/koala/org/kde/koala/Range.java @@ -155,7 +155,7 @@ public class Range implements QtSupport { /** Moves the contents of a range from the containing document or document fragment to a new DocumentFragment. - HIERARCHY_RETQUEST_ERR: Raised if a DocumentType node would be + HIERARCHY_REQUEST_ERR: Raised if a DocumentType node would be extracted into the new DocumentFragment. @return A DocumentFragment containing the extracted contents. @@ -177,7 +177,7 @@ public class Range implements QtSupport { WRONG_DOCUMENT_ERR: Raised if newNode and the container of the start of the Range were not created from the same document. - HIERARCHY_RETQUEST_ERR: Raised if the container of the start of + HIERARCHY_REQUEST_ERR: Raised if the container of the start of the Range is of a type that does not allow children of the type of newNode or if newNode is an ancestor of the container . @@ -191,7 +191,7 @@ public class Range implements QtSupport { WRONG_DOCUMENT_ERR: Raised if newParent and the container of the start of the Range were not created from the same document. - HIERARCHY_RETQUEST_ERR: Raised if the container of the start of + HIERARCHY_REQUEST_ERR: Raised if the container of the start of the Range is of a type that does not allow children of the type of newParent or if newParent is an ancestor of the container or if node would diff --git a/kdejava/koala/org/kde/koala/TDEIO.java b/kdejava/koala/org/kde/koala/TDEIO.java index 69ea3559..712c1beb 100644 --- a/kdejava/koala/org/kde/koala/TDEIO.java +++ b/kdejava/koala/org/kde/koala/TDEIO.java @@ -245,7 +245,7 @@ public class TDEIO { public static final int MSG_RESUME = 108; public static final int MSG_SLAVE_STATUS = 109; public static final int MSG_SLAVE_ACK = 110; - public static final int MSG_NET_RETQUEST = 111; + public static final int MSG_NET_REQUEST = 111; public static final int MSG_NET_DROP = 112; public static final int MSG_NEED_SUBURL_DATA = 113; public static final int MSG_CANRESUME = 114;