diff --git a/sip/kdeui/keditlistbox.sip b/sip/kdeui/keditlistbox.sip index 54faab7..e08f2e7 100644 --- a/sip/kdeui/keditlistbox.sip +++ b/sip/kdeui/keditlistbox.sip @@ -114,7 +114,7 @@ public: sipCpp->insertStrList (strings, n, a1); Py_END_ALLOW_THREADS - sipFree((ANY *)strings); + sipFree((void *)strings); %End void insertItem (const QString&, int = -1); @@ -194,7 +194,7 @@ const char **PyQtListToArray(PyObject *lst) if ((s = PyString_AsString(PyList_GetItem(lst,i))) == NULL) { - sipFree((ANY *)str); + sipFree((void *)str); return NULL; } diff --git a/sip/kdeui/qxembed.sip b/sip/kdeui/qxembed.sip index ab46875..46821df 100644 --- a/sip/kdeui/qxembed.sip +++ b/sip/kdeui/qxembed.sip @@ -72,7 +72,7 @@ public: sipRes = QXEmbed::processClientCmdline (a0, n, strings); Py_END_ALLOW_THREADS - sipFree((ANY *)strings); + sipFree((void *)strings); %End