diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-04 02:47:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-04 02:47:14 -0600 |
commit | 9d30851e534f844e5b472c8c2f0bb69ad17fb040 (patch) | |
tree | 82230d542a11ee79b87b7b8abba0034ecca31b37 /sip | |
parent | 9c168cb5e52eacf738adc12b6f20b16cc7dae946 (diff) | |
download | pytde-9d30851e534f844e5b472c8c2f0bb69ad17fb040.tar.gz pytde-9d30851e534f844e5b472c8c2f0bb69ad17fb040.zip |
Fix accidental conversions
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, |