summaryrefslogtreecommitdiffstats
path: root/python/sip/sipgen/sip.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:44:01 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:44:01 +0000
commit479f5f799523bffbcc83dff581a2299c047c6fff (patch)
tree186aae707ed02aac6c7cab2fb14e97f72aca5e36 /python/sip/sipgen/sip.h
parentf1dbff6145c98324ff82e34448b7483727e8ace4 (diff)
downloadtdebindings-479f5f799523bffbcc83dff581a2299c047c6fff.tar.gz
tdebindings-479f5f799523bffbcc83dff581a2299c047c6fff.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1157645 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'python/sip/sipgen/sip.h')
-rw-r--r--python/sip/sipgen/sip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/sip/sipgen/sip.h b/python/sip/sipgen/sip.h
index f7fa46c3..a259a6dc 100644
--- a/python/sip/sipgen/sip.h
+++ b/python/sip/sipgen/sip.h
@@ -79,7 +79,7 @@
#define CLASS_IS_EXTERNAL 0x00100000 /* It is external. */
#define CLASS_IS_DELAYED_DTOR 0x00200000 /* The dtor is delayed. */
#define CLASS_NO_DEFAULT_CTORS 0x00400000 /* Don't create default ctors. */
-#define CLASS_QOBJECT_SUB 0x00800000 /* It is derived from QObject. */
+#define CLASS_QOBJECT_SUB 0x00800000 /* It is derived from TQObject. */
#define CLASS_DTOR_HOLD_GIL 0x01000000 /* The dtor holds the GIL. */
#define hasEnums(cd) ((cd)->classflags & CLASS_HAS_ENUMS)
@@ -908,7 +908,7 @@ typedef struct {
exceptionDef *exceptions; /* The list of exceptions. */
mappedTypeDef *mappedtypes; /* The mapped types. */
mappedTypeTmplDef *mappedtypetemplates; /* The list of mapped type templates. */
- int qobjclass; /* QObject class, -1 if none. */
+ int qobjclass; /* TQObject class, -1 if none. */
enumDef *enums; /* List of enums. */
varDef *vars; /* List of variables. */
memberDef *othfuncs; /* List of other functions. */