diff options
Diffstat (limited to 'sip/qt/qsocketnotifier.sip')
-rw-r--r-- | sip/qt/qsocketnotifier.sip | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sip/qt/qsocketnotifier.sip b/sip/qt/qsocketnotifier.sip index 7a6e31e..0f2d27d 100644 --- a/sip/qt/qsocketnotifier.sip +++ b/sip/qt/qsocketnotifier.sip @@ -48,12 +48,7 @@ public: Type type() const; bool isEnabled() const; -%If (- TQt_2_00) - void setEnabled(bool); -%End -%If (TQt_2_00 -) virtual void setEnabled(bool); -%End signals: void activated(int); |