diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2023-01-08 11:55:55 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2023-01-23 00:52:28 +0100 |
| commit | cddd660ca43dbe5d4ce0f7ed6bacee48ea46da93 (patch) | |
| tree | 277dba53239d6367cf2946458757600caf6e82a5 /sip/tdeui | |
| parent | 79ced6fbbdda1158aef437760ee0455fb9a9016d (diff) | |
| download | pytde-cddd660ca43dbe5d4ce0f7ed6bacee48ea46da93.tar.gz pytde-cddd660ca43dbe5d4ce0f7ed6bacee48ea46da93.zip | |
Update after renaming qt => tqt in PyTQt module.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'sip/tdeui')
| -rw-r--r-- | sip/tdeui/kkeydialog.sip | 12 | ||||
| -rw-r--r-- | sip/tdeui/tdeuimod.sip.in | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sip/tdeui/kkeydialog.sip b/sip/tdeui/kkeydialog.sip index 60e9c28..0f081b6 100644 --- a/sip/tdeui/kkeydialog.sip +++ b/sip/tdeui/kkeydialog.sip @@ -199,8 +199,8 @@ typedef TQDict<int> IntDict; // Get it. - TQDict<int> qdict = *sipCpp; - TQDictIterator<int> it (qdict); + TQDict<int> tqdict = *sipCpp; + TQDictIterator<int> it (tqdict); while (it.current ()) { @@ -227,7 +227,7 @@ typedef TQDict<int> IntDict; if (sipIsErr == NULL) return PyDict_Check(sipPy); - TQDict<int>* qdict = new TQDict<int>; + TQDict<int>* tqdict = new TQDict<int>; PyObject *key, *value; SIP_SSIZE_T pos = 0; @@ -246,18 +246,18 @@ typedef TQDict<int> IntDict; sipReleaseType(a0, sipType_TQString, a0_state); *sipIsErr = 1; - delete qdict; + delete tqdict; return 0; } a1 = (int) PyLong_AS_LONG (value); - qdict->insert (*a0, &a1); + tqdict->insert (*a0, &a1); sipReleaseType(a0, sipType_TQString, a0_state); } - *sipCppPtr = qdict; + *sipCppPtr = tqdict; return 1; %End diff --git a/sip/tdeui/tdeuimod.sip.in b/sip/tdeui/tdeuimod.sip.in index 1985230..5d59d2b 100644 --- a/sip/tdeui/tdeuimod.sip.in +++ b/sip/tdeui/tdeuimod.sip.in @@ -28,8 +28,8 @@ %Module tdeui -%Import qt/qtmod.sip -%Import qtxml/qtxmlmod.sip +%Import tqt/tqtmod.sip +%Import tqtxml/tqtxmlmod.sip %Import dcopmod.sip %Import tdecoremod.sip %Import tdefxmod.sip |
