summaryrefslogtreecommitdiffstats
path: root/sip/tdecore/bytearray.sip
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-19 15:33:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-19 15:33:24 -0600
commit087b794b48ba18132d3366d9c1c8c36c1dde5a10 (patch)
tree83c224a4322bf312689b0db5562f9ff89960e907 /sip/tdecore/bytearray.sip
parente618529123e9c5a1c6c1235988a4d6a5794ac1f5 (diff)
downloadpytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.tar.gz
pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.zip
Fix FTBFS due to incorrect header includes
Diffstat (limited to 'sip/tdecore/bytearray.sip')
-rw-r--r--sip/tdecore/bytearray.sip14
1 files changed, 7 insertions, 7 deletions
diff --git a/sip/tdecore/bytearray.sip b/sip/tdecore/bytearray.sip
index a5acc9c..e8c00f0 100644
--- a/sip/tdecore/bytearray.sip
+++ b/sip/tdecore/bytearray.sip
@@ -22,7 +22,7 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
%ModuleHeaderCode
-#include <qvariant.h>
+#include <tqvariant.h>
%End
@@ -423,8 +423,8 @@ void dcop_next (TQDataStream&, TQCString&);
%End
%ModuleHeaderCode
-#include <qcstring.h>
-#include <qdatastream.h>
+#include <tqcstring.h>
+#include <tqdatastream.h>
#include <dcopref.h>
%End
@@ -617,7 +617,7 @@ void dcop_add (TQDataStream& s, TQByteArray value)
//converts a Python dict of TQCString:DCOPRef
{
%TypeHeaderCode
-#include <qmap.h>
+#include <tqmap.h>
//typedef TQMap<TQCString,DCOPRef> DCOPRefMap;
%End
@@ -700,7 +700,7 @@ void dcop_add (TQDataStream& s, TQByteArray value)
//converts a Python dict of TQString:DCOPRef
{
%TypeHeaderCode
-#include <qmap.h>
+#include <tqmap.h>
//typedef TQMap<TQString,DCOPRef> DCOPRefMap;
%End
@@ -792,7 +792,7 @@ void dcop_add (TQDataStream& s, TQByteArray value)
//converts a Python dict of TQString:TQByteArray
{
%TypeHeaderCode
-#include <qmap.h>
+#include <tqmap.h>
%End
%ConvertFromTypeCode
@@ -882,7 +882,7 @@ void dcop_add (TQDataStream& s, TQByteArray value)
//converts a Python list of DCOPRef
{
%TypeHeaderCode
-#include <qvaluelist.h>
+#include <tqvaluelist.h>
%End
%ConvertFromTypeCode