diff options
Diffstat (limited to 'sip/qtsql/qsqleditorfactory.sip')
-rw-r--r-- | sip/qtsql/qsqleditorfactory.sip | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sip/qtsql/qsqleditorfactory.sip b/sip/qtsql/qsqleditorfactory.sip index 3880938..cf0d361 100644 --- a/sip/qtsql/qsqleditorfactory.sip +++ b/sip/qtsql/qsqleditorfactory.sip @@ -29,8 +29,6 @@ %End -%If (TQt_3_0_0 -) - class TQSqlEditorFactory : TQEditorFactory { %TypeHeaderCode @@ -49,9 +47,5 @@ public: static void installDefaultFactory(TQSqlEditorFactory * /Transfer/); private: -%If (TQt_3_1_0 -) TQSqlEditorFactory(const TQSqlEditorFactory &); -%End }; - -%End |