diff options
Diffstat (limited to 'sip')
-rw-r--r-- | sip/khtml/dom_exception.sip | 2 | ||||
-rw-r--r-- | sip/kio/global.sip | 2 | ||||
-rw-r--r-- | sip/kio/slaveinterface.sip | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sip/khtml/dom_exception.sip b/sip/khtml/dom_exception.sip index 8245b75..6a446a8 100644 --- a/sip/khtml/dom_exception.sip +++ b/sip/khtml/dom_exception.sip @@ -41,7 +41,7 @@ public: { INDEX_SIZE_ERR, DOMSTRING_SIZE_ERR, - HIERARCHY_RETQUEST_ERR, + HIERARCHY_REQUEST_ERR, WRONG_DOCUMENT_ERR, INVALID_CHARACTER_ERR, NO_DATA_ALLOWED_ERR, diff --git a/sip/kio/global.sip b/sip/kio/global.sip index 9812d44..4c203fb 100644 --- a/sip/kio/global.sip +++ b/sip/kio/global.sip @@ -152,7 +152,7 @@ enum Error ERR_DISK_FULL, ERR_IDENTICAL_FILES, ERR_SLAVE_DEFINED, - ERR_UPGRADE_RETQUIRED, + ERR_UPGRADE_REQUIRED, ERR_POST_DENIED }; diff --git a/sip/kio/slaveinterface.sip b/sip/kio/slaveinterface.sip index 2a66eae..80e2251 100644 --- a/sip/kio/slaveinterface.sip +++ b/sip/kio/slaveinterface.sip @@ -63,7 +63,7 @@ enum Message MSG_RESUME, MSG_SLAVE_STATUS, MSG_SLAVE_ACK, - MSG_NET_RETQUEST, + MSG_NET_REQUEST, MSG_NET_DROP, MSG_NEED_SUBURL_DATA, MSG_CANRESUME, |