summaryrefslogtreecommitdiffstats
path: root/python/sip/sipgen/parser.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:44:01 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:44:01 +0000
commit479f5f799523bffbcc83dff581a2299c047c6fff (patch)
tree186aae707ed02aac6c7cab2fb14e97f72aca5e36 /python/sip/sipgen/parser.h
parentf1dbff6145c98324ff82e34448b7483727e8ace4 (diff)
downloadtdebindings-479f5f799523bffbcc83dff581a2299c047c6fff.tar.gz
tdebindings-479f5f799523bffbcc83dff581a2299c047c6fff.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1157645 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'python/sip/sipgen/parser.h')
-rw-r--r--python/sip/sipgen/parser.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/python/sip/sipgen/parser.h b/python/sip/sipgen/parser.h
index 72165974..7a75072d 100644
--- a/python/sip/sipgen/parser.h
+++ b/python/sip/sipgen/parser.h
@@ -101,9 +101,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,
@@ -202,9 +202,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