diff options
Diffstat (limited to 'sip/tdecore/kconfigdata.sip')
-rw-r--r-- | sip/tdecore/kconfigdata.sip | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sip/tdecore/kconfigdata.sip b/sip/tdecore/kconfigdata.sip index b22ef03..c15d495 100644 --- a/sip/tdecore/kconfigdata.sip +++ b/sip/tdecore/kconfigdata.sip @@ -33,7 +33,7 @@ class KEntry public: KEntry (); - QCString mValue; + TQCString mValue; bool bDirty; bool bNLS; bool bGlobal; @@ -56,22 +56,22 @@ class KEntryKey public: - KEntryKey (const QCString& = QCString ("" ), const QCString& = QCString ("" )); - QCString mGroup; - QCString mKey; + KEntryKey (const TQCString& = TQCString ("" ), const TQCString& = TQCString ("" )); + TQCString mGroup; + TQCString mKey; bool bLocal; bool bDefault; const char* c_key; }; // class KEntryKey -//ig typedef QMap<KEntryKey,KEntry>::Iterator KEntryMapIterator; -//ig typedef QMap<KEntryKey,KEntry>::ConstIterator KEntryMapConstIterator; +//ig typedef TQMap<KEntryKey,KEntry>::Iterator KEntryMapIterator; +//ig typedef TQMap<KEntryKey,KEntry>::ConstIterator KEntryMapConstIterator; //force KEntryMap testKEntryMap (SIP_PYOBJECT) [KEntryMap (KEntryMap)]; %MethodCode //takes dict | (KEntryMap) -//returns (QMap<KEntryKey,KEntry) +//returns (TQMap<KEntryKey,KEntry) int isErr = 0; KEntryMap *map = (KEntryMap *)sipForceConvertToType(a0, sipType_KEntryMap, NULL, SIP_NOT_NONE|SIP_NO_CONVERTORS, NULL, &isErr); @@ -133,7 +133,7 @@ KEntryMap testKEntryMap (SIP_PYOBJECT) [KEntryMap (KEntryMap)]; %ConvertToTypeCode - // Convert a Python dictionary to a QMap on the heap. + // Convert a Python dictionary to a TQMap on the heap. if (sipIsErr == NULL) return PyDict_Check(sipPy); |