summaryrefslogtreecommitdiffstats
path: root/sipgen/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'sipgen/parser.h')
-rw-r--r--sipgen/parser.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sipgen/parser.h b/sipgen/parser.h
index 2f87559..c8a3608 100644
--- a/sipgen/parser.h
+++ b/sipgen/parser.h
@@ -121,9 +121,9 @@
TK_LOGICAL_OR = 337,
TK_CONST = 338,
TK_STATIC = 339,
- TK_SIPTQT_SIGNAL = 340,
- TK_SIPTQT_SLOT = 341,
- TK_SIPANYTQT_SLOT = 342,
+ TK_SIPSIGNAL = 340,
+ TK_SIPSLOT = 341,
+ TK_SIPANYSLOT = 342,
TK_SIPRXCON = 343,
TK_SIPRXDIS = 344,
TK_SIPSLOTCON = 345,
@@ -235,9 +235,9 @@
#define TK_LOGICAL_OR 337
#define TK_CONST 338
#define TK_STATIC 339
-#define TK_SIPTQT_SIGNAL 340
-#define TK_SIPTQT_SLOT 341
-#define TK_SIPANYTQT_SLOT 342
+#define TK_SIPSIGNAL 340
+#define TK_SIPSLOT 341
+#define TK_SIPANYSLOT 342
#define TK_SIPRXCON 343
#define TK_SIPRXDIS 344
#define TK_SIPSLOTCON 345