summaryrefslogtreecommitdiffstats
path: root/sip/qtsql/qeditorfactory.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qtsql/qeditorfactory.sip')
-rw-r--r--sip/qtsql/qeditorfactory.sip6
1 files changed, 0 insertions, 6 deletions
diff --git a/sip/qtsql/qeditorfactory.sip b/sip/qtsql/qeditorfactory.sip
index c343455..4208d90 100644
--- a/sip/qtsql/qeditorfactory.sip
+++ b/sip/qtsql/qeditorfactory.sip
@@ -29,8 +29,6 @@
%End
-%If (TQt_3_0_0 -)
-
class TQEditorFactory : TQObject
{
%TypeHeaderCode
@@ -47,9 +45,5 @@ public:
static void installDefaultFactory(TQEditorFactory * /Transfer/);
private:
-%If (TQt_3_1_0 -)
TQEditorFactory(const TQEditorFactory &);
-%End
};
-
-%End