summaryrefslogtreecommitdiffstats
path: root/sip/qt/qdial.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qt/qdial.sip')
-rw-r--r--sip/qt/qdial.sip7
1 files changed, 0 insertions, 7 deletions
diff --git a/sip/qt/qdial.sip b/sip/qt/qdial.sip
index 3c2d816..d0f8913 100644
--- a/sip/qt/qdial.sip
+++ b/sip/qt/qdial.sip
@@ -29,7 +29,6 @@
%End
-%If (TQt_2_2_0 -)
%If (TQt_DIAL)
class TQDial : TQWidget, TQRangeControl
@@ -39,12 +38,7 @@ class TQDial : TQWidget, TQRangeControl
%End
public:
-%If (- TQt_3_0_0)
- TQDial(TQWidget * /TransferThis/ = 0,const char * = 0);
-%End
-%If (TQt_3_0_0 -)
TQDial(TQWidget * /TransferThis/ = 0,const char * = 0,WFlags = 0);
-%End
TQDial(int,int,int,int,TQWidget * /TransferThis/ = 0,const char * = 0);
bool tracking() const;
@@ -109,4 +103,3 @@ private:
};
%End
-%End