diff options
Diffstat (limited to 'python/sip/sipgen/parser.c')
-rw-r--r-- | python/sip/sipgen/parser.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/python/sip/sipgen/parser.c b/python/sip/sipgen/parser.c index bca393aa..04a72f68 100644 --- a/python/sip/sipgen/parser.c +++ b/python/sip/sipgen/parser.c @@ -125,9 +125,9 @@ TK_LOGICAL_OR = 327, TK_CONST = 328, TK_STATIC = 329, - TK_SIPSIGNAL = 330, - TK_SIPSLOT = 331, - TK_SIPANYSLOT = 332, + TK_SIPQT_SIGNAL = 330, + TK_SIPQT_SLOT = 331, + TK_SIPANYQT_SLOT = 332, TK_SIPRXCON = 333, TK_SIPRXDIS = 334, TK_SIPSLOTCON = 335, @@ -226,9 +226,9 @@ #define TK_LOGICAL_OR 327 #define TK_CONST 328 #define TK_STATIC 329 -#define TK_SIPSIGNAL 330 -#define TK_SIPSLOT 331 -#define TK_SIPANYSLOT 332 +#define TK_SIPQT_SIGNAL 330 +#define TK_SIPQT_SLOT 331 +#define TK_SIPANYQT_SLOT 332 #define TK_SIPRXCON 333 #define TK_SIPRXDIS 334 #define TK_SIPSLOTCON 335 |