From 9d30851e534f844e5b472c8c2f0bb69ad17fb040 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 4 Dec 2011 02:47:14 -0600 Subject: Fix accidental conversions --- sip/kio/global.sip | 2 +- sip/kio/slaveinterface.sip | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sip/kio') 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, -- cgit v1.2.1