diff options
Diffstat (limited to 'sip/qt/qvbox.sip')
-rw-r--r-- | sip/qt/qvbox.sip | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sip/qt/qvbox.sip b/sip/qt/qvbox.sip index 1072b7e..d88d324 100644 --- a/sip/qt/qvbox.sip +++ b/sip/qt/qvbox.sip @@ -29,8 +29,6 @@ %End -%If (TQt_2_00 -) - class TQVBox : TQHBox { %TypeHeaderCode @@ -38,18 +36,8 @@ class TQVBox : TQHBox %End public: -%If (- TQt_3_0_0) - TQVBox(TQWidget * /TransferThis/ = 0,const char * = 0,WFlags = 0, - bool = 1); -%End -%If (TQt_3_0_0 -) TQVBox(TQWidget * /TransferThis/ = 0,const char * = 0,WFlags = 0); -%End private: -%If (TQt_2_1_0 -) TQVBox(const TQVBox &); -%End }; - -%End |