diff options
author | Timothy Pearson <[email protected]> | 2011-12-04 01:41:14 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-04 01:41:14 -0600 |
commit | 12cadbfed97cb4735f3f910f57cba5739438077c (patch) | |
tree | 0509d85d094b1236ab5543ff5f4528c5e6eefa55 /sip/kio/kdirlister.sip | |
parent | 65674fcc5b81254837e10d7c6040c234947e7a3a (diff) | |
download | pytde-12cadbfed97cb4735f3f910f57cba5739438077c.tar.gz pytde-12cadbfed97cb4735f3f910f57cba5739438077c.zip |
Rename sip_Q to sipTQ
Diffstat (limited to 'sip/kio/kdirlister.sip')
-rw-r--r-- | sip/kio/kdirlister.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/kio/kdirlister.sip b/sip/kio/kdirlister.sip index e48bea0..96196d5 100644 --- a/sip/kio/kdirlister.sip +++ b/sip/kio/kdirlister.sip @@ -222,7 +222,7 @@ protected: // the loop depends on the type of iterator the tmeplate makes available for(cpp = cpplist->first (); cpp != 0; cpp = cpplist->next () ) { - if (((inst = sipConvertFromInstance (cpp, sipClass_QRegExp, sipTransferObj)) == NULL) + if (((inst = sipConvertFromInstance (cpp, sipClass_TQRegExp, sipTransferObj)) == NULL) || PyList_Append (pylist, inst) < 0) { Py_DECREF (pylist); @@ -246,7 +246,7 @@ protected: for (int i = 0; i < PyList_Size (sipPy); i++) { elem = PyList_GET_ITEM (sipPy, i); - cpp = (TQRegExp *)sipForceConvertToType(elem, sipType_QRegExp, sipTransferObj, SIP_NO_CONVERTORS, NULL, &iserr); + cpp = (TQRegExp *)sipForceConvertToType(elem, sipType_TQRegExp, sipTransferObj, SIP_NO_CONVERTORS, NULL, &iserr); if (iserr) { |