summaryrefslogtreecommitdiffstats
path: root/sip/qt/qstring.sip
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-02 14:11:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-02 14:11:34 -0600
commited5b57040a2add0633ab20089a1f451898e633e2 (patch)
tree97c683fb257ad81498c3acea893a2a9778e0f478 /sip/qt/qstring.sip
parent752274609034af8c68c46d19bed586ea6ae348b8 (diff)
downloadpytqt-ed5b57040a2add0633ab20089a1f451898e633e2.tar.gz
pytqt-ed5b57040a2add0633ab20089a1f451898e633e2.zip
Use tq includes instead of native q includes
Diffstat (limited to 'sip/qt/qstring.sip')
-rw-r--r--sip/qt/qstring.sip8
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: