diff options
Diffstat (limited to 'sip/qt/qstring.sip')
-rw-r--r-- | sip/qt/qstring.sip | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sip/qt/qstring.sip b/sip/qt/qstring.sip index 581bb0a..13bf0a1 100644 --- a/sip/qt/qstring.sip +++ b/sip/qt/qstring.sip @@ -172,8 +172,6 @@ This returns a tuple of the <Literal>double</Literal> result and the %End -%If (TQt_2_00 -) - class TQChar { %TypeHeaderCode @@ -747,8 +745,6 @@ bool operator<=(const TQString &,const TQString &); bool operator>(const TQString &,const TQString &); bool operator>=(const TQString &,const TQString &); -%End - %ModuleHeaderCode extern PyObject *PyTQt_qt_PyObject_FromTQString(const TQString *qstr); |