From 33a0297b35ab40e2d09cf37e351095b58725c8d5 Mon Sep 17 00:00:00 2001 From: aneejit1 Date: Fri, 29 Jul 2022 12:36:09 +0000 Subject: Remove support for earlier Qt/TQt versions Conditional code in the .sip files linked to specific older versions has been removed. Since the versions of TQt and python-tqt are running in parallel, the support for older versions was clutter that would never actually be used now. Signed-off-by: aneejit1 --- sip/qt/qinputdialog.sip | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'sip/qt/qinputdialog.sip') diff --git a/sip/qt/qinputdialog.sip b/sip/qt/qinputdialog.sip index 199e29d..f64baa7 100644 --- a/sip/qt/qinputdialog.sip +++ b/sip/qt/qinputdialog.sip @@ -122,7 +122,6 @@ the TQString result and the ok flag. %End -%If (TQt_2_1_0 -) %If (TQt_INPUTDIALOG) class TQInputDialog : TQDialog @@ -132,25 +131,10 @@ class TQInputDialog : TQDialog %End public: -%If (TQt_3_0_0 -) static TQString getText(const TQString &,const TQString &, TQLineEdit::EchoMode = TQLineEdit::Normal, const TQString & = TQString::null, bool * = 0,TQWidget * = 0,const char * = 0); -%End - -%If (- TQt_3_0_0) - static TQString getText(const TQString &,const TQString &, - const TQString & = TQString::null, - bool * = 0,TQWidget * = 0,const char * = 0); -%End - -%If (TQt_2_2_0 - TQt_3_0_0) - static TQString getText(const TQString &,const TQString &, - TQLineEdit::EchoMode, - const TQString & = TQString::null, - bool * = 0,TQWidget * = 0,const char * = 0); -%End static int getInteger(const TQString &,const TQString &,int = 0, int = -2147483647,int = 2147483647,int = 1, @@ -171,4 +155,3 @@ private: }; %End -%End -- cgit v1.2.3