diff options
Diffstat (limited to 'sip/qt/qhbox.sip')
-rw-r--r-- | sip/qt/qhbox.sip | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sip/qt/qhbox.sip b/sip/qt/qhbox.sip index 1d5d84c..884db2e 100644 --- a/sip/qt/qhbox.sip +++ b/sip/qt/qhbox.sip @@ -29,8 +29,6 @@ %End -%If (TQt_2_00 -) - class TQHBox : TQFrame { %TypeHeaderCode @@ -38,38 +36,17 @@ class TQHBox : TQFrame %End public: -%If (- TQt_3_0_0) - TQHBox(TQWidget * /TransferThis/ = 0,const char * = 0,WFlags = 0, - bool = 1); -%End -%If (TQt_3_0_0 -) TQHBox(TQWidget * /TransferThis/ = 0,const char * = 0,WFlags = 0); -%End void setSpacing(int); -%If (TQt_2_1_0 -) bool setStretchFactor(TQWidget *,int); TQSize sizeHint() const; -%End protected: -%If (- TQt_3_0_0) - TQHBox(bool,TQWidget * /TransferThis/ = 0,const char * = 0,WFlags = 0, - bool = 1); -%End -%If (TQt_3_0_0 - TQt_3_2_0) - TQHBox(bool,TQWidget * /TransferThis/ = 0,const char * = 0,WFlags = 0); -%End -%If (TQt_3_2_0 -) TQHBox(bool,TQWidget * /TransferThis/,const char *,WFlags = 0); -%End void frameChanged(); private: -%If (TQt_3_1_0 -) TQHBox(const TQHBox &); -%End }; - -%End |