diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-22 13:36:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-22 13:36:40 -0600 |
commit | 71cbc66f6c877652370529d008263320a6cea74c (patch) | |
tree | ea7fe01b0519e1e13c35985ba17fad7ba7e0b1ae /sipgen/parser.h | |
parent | 7d27356bafd5670adcc8753ab5437b3bf8ffa4be (diff) | |
download | sip4-tqt-71cbc66f6c877652370529d008263320a6cea74c.tar.gz sip4-tqt-71cbc66f6c877652370529d008263320a6cea74c.zip |
Fix FTBFS
Diffstat (limited to 'sipgen/parser.h')
-rw-r--r-- | sipgen/parser.h | 12 |
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 |