diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-14 21:12:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-14 21:12:44 -0600 |
commit | e87fff3247e64b4e9509be991a8f2d6bd4ccfacc (patch) | |
tree | 71a3198fc141420d65eefa7036159af85894cf7d /sip/qt/qevent.sip | |
parent | 06500cd8e9be747a323920c9475fba0e6618d2de (diff) | |
download | pytqt-e87fff3247e64b4e9509be991a8f2d6bd4ccfacc.tar.gz pytqt-e87fff3247e64b4e9509be991a8f2d6bd4ccfacc.zip |
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'sip/qt/qevent.sip')
-rw-r--r-- | sip/qt/qevent.sip | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sip/qt/qevent.sip b/sip/qt/qevent.sip index 46e899d..a0fc01d 100644 --- a/sip/qt/qevent.sip +++ b/sip/qt/qevent.sip @@ -462,7 +462,7 @@ public: break; case TQEvent::Accel: -#if QT_VERSION >= 220 +#if TQT_VERSION >= 220 case TQEvent::AccelOverride: #endif case TQEvent::KeyPress: @@ -491,7 +491,7 @@ public: sipClass = sipClass_TQCloseEvent; break; -#if QT_VERSION >= 0x030300 +#if TQT_VERSION >= 0x030300 case TQEvent::IconDrag: sipClass = sipClass_TQIconDragEvent; break; @@ -532,7 +532,7 @@ public: sipClass = sipClass_TQChildEvent; break; -#if QT_VERSION >= 0x030000 +#if TQT_VERSION >= 0x030000 case TQEvent::ContextMenu: sipClass = sipClass_TQContextMenuEvent; break; @@ -543,7 +543,7 @@ public: break; #endif -#if QT_VERSION >= 0x030000 && QT_VERSION < 0x030100 +#if TQT_VERSION >= 0x030000 && TQT_VERSION < 0x030100 case TQEvent::IMCompose: sipClass = sipClass_TQIMEvent; break; @@ -553,7 +553,7 @@ public: break; #endif -#if QT_VERSION >= 0x030100 +#if TQT_VERSION >= 0x030100 case TQEvent::IMCompose: sipClass = sipClass_TQIMComposeEvent; break; |