From 479f5f799523bffbcc83dff581a2299c047c6fff Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:44:01 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1157645 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- python/sip/sipgen/sip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/sip/sipgen/sip.h') 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. */ -- cgit v1.2.3