diff options
Diffstat (limited to 'sip/qt/qobjectcleanuphandler.sip')
-rw-r--r-- | sip/qt/qobjectcleanuphandler.sip | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sip/qt/qobjectcleanuphandler.sip b/sip/qt/qobjectcleanuphandler.sip index 83abc8e..f633e3b 100644 --- a/sip/qt/qobjectcleanuphandler.sip +++ b/sip/qt/qobjectcleanuphandler.sip @@ -29,8 +29,6 @@ %End -%If (TQt_3_0_0 -) - class TQObjectCleanupHandler : TQObject { %TypeHeaderCode @@ -45,5 +43,3 @@ public: bool isEmpty() const; void clear(); }; - -%End |