diff options
Diffstat (limited to 'sip/qt/qstring.sip')
-rw-r--r-- | sip/qt/qstring.sip | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sip/qt/qstring.sip b/sip/qt/qstring.sip index 0ce1cbf..20b68de 100644 --- a/sip/qt/qstring.sip +++ b/sip/qt/qstring.sip @@ -177,7 +177,7 @@ This returns a tuple of the <Literal>double</Literal> result and the class TQChar { %TypeHeaderCode -#include <qstring.h> +#include <tqstring.h> %End public: @@ -446,7 +446,7 @@ bool operator>(TQChar,TQChar); class TQString { %TypeHeaderCode -#include <qstring.h> +#include <tqstring.h> %End public: @@ -819,7 +819,7 @@ public: %End %TypeCode -#include <qtextcodec.h> +#include <tqtextcodec.h> #if PY_VERSION_HEX >= 0x01060000 // Convenience function for converting a TQString to a Python Unicode object. @@ -978,7 +978,7 @@ bool operator>=(const TQString &,const TQString &); class TQString : TQByteArray { %TypeHeaderCode -#include <qstring.h> +#include <tqstring.h> %End public: |