summaryrefslogtreecommitdiffstats
path: root/sipgen/lexer.l
diff options
context:
space:
mode:
Diffstat (limited to 'sipgen/lexer.l')
-rw-r--r--sipgen/lexer.l6
1 files changed, 2 insertions, 4 deletions
diff --git a/sipgen/lexer.l b/sipgen/lexer.l
index 91032cc..c6c3f63 100644
--- a/sipgen/lexer.l
+++ b/sipgen/lexer.l
@@ -85,11 +85,9 @@ public {return TK_PUBLIC;}
protected {return TK_PROTECTED;}
private {return TK_PRIVATE;}
signals {return TK_SIGNALS;}
-Q_SIGNALS {return TK_SIGNALS;}
-Q_SIGNAL {return TK_SIGNAL_METHOD;}
+TQ_SIGNAL {return TK_SIGNAL_METHOD;}
slots {return TK_SLOTS;}
-Q_SLOTS {return TK_SLOTS;}
-Q_SLOT {return TK_SLOT_METHOD;}
+TQ_SLOT {return TK_SLOT_METHOD;}
char {return TK_CHAR;}
wchar_t {return TK_WCHAR_T;}
bool {return TK_BOOL;}