diff options
Diffstat (limited to 'sipgen/sip.h')
-rw-r--r-- | sipgen/sip.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sipgen/sip.h b/sipgen/sip.h index af3f8fa..5e4a79e 100644 --- a/sipgen/sip.h +++ b/sipgen/sip.h @@ -524,7 +524,7 @@ typedef enum { pydict_type, pycallable_type, pyslice_type, - qobject_type, + tqobject_type, function_type, pytype_type, ellipsis_type, @@ -723,7 +723,7 @@ typedef struct _moduleDef { apiVersionRangeDef *api_versions; /* The defined APIs. */ apiVersionRangeDef *api_ranges; /* The list of API version ranges. */ int modflags; /* The module flags. */ - int qobjclass; /* TQObject class, -1 if none. */ + int tqobjclass; /* TQObject class, -1 if none. */ struct _memberDef *othfuncs; /* List of other functions. */ struct _overDef *overs; /* Global overloads. */ argType encoding; /* The default string encoding. */ @@ -1139,7 +1139,7 @@ codeBlock *templateCode(sipSpec *pt, ifaceFileList **used, codeBlock *ocb, scope ifaceFileDef *findIfaceFile(sipSpec *pt, moduleDef *mod, scopedNameDef *fqname, ifaceFileType iftype, apiVersionRangeDef *api_range, argDef *ad); -int pluginPyTQt3(sipSpec *pt); +int pluginPyTQt(sipSpec *pt); int pluginPyQt4(sipSpec *pt); void yywarning(char *); nameDef *cacheName(sipSpec *pt, const char *name); |