summaryrefslogtreecommitdiffstats
path: root/sip/qtsql/qsqlform.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qtsql/qsqlform.sip')
-rw-r--r--sip/qtsql/qsqlform.sip6
1 files changed, 0 insertions, 6 deletions
diff --git a/sip/qtsql/qsqlform.sip b/sip/qtsql/qsqlform.sip
index d21032a..9a03610 100644
--- a/sip/qtsql/qsqlform.sip
+++ b/sip/qtsql/qsqlform.sip
@@ -29,8 +29,6 @@
%End
-%If (TQt_3_0_0 -)
-
class TQSqlForm : TQObject
{
%TypeHeaderCode
@@ -66,9 +64,5 @@ protected:
virtual void remove(TQWidget *);
private:
-%If (TQt_3_1_0 -)
TQSqlForm(const TQSqlForm &);
-%End
};
-
-%End