summaryrefslogtreecommitdiffstats
path: root/sip/kparts/browserextension.sip
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-19 15:33:24 -0600
committerTimothy Pearson <[email protected]>2012-02-19 15:33:24 -0600
commit087b794b48ba18132d3366d9c1c8c36c1dde5a10 (patch)
tree83c224a4322bf312689b0db5562f9ff89960e907 /sip/kparts/browserextension.sip
parente618529123e9c5a1c6c1235988a4d6a5794ac1f5 (diff)
downloadpytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.tar.gz
pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.zip
Fix FTBFS due to incorrect header includes
Diffstat (limited to 'sip/kparts/browserextension.sip')
-rw-r--r--sip/kparts/browserextension.sip6
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/kparts/browserextension.sip b/sip/kparts/browserextension.sip
index a2d2497..67175c3 100644
--- a/sip/kparts/browserextension.sip
+++ b/sip/kparts/browserextension.sip
@@ -366,7 +366,7 @@ TQMap<TQCString,int> testTQMapTQCStringInt (TQMap<TQCString,int>);
//converts a Python dict of TQCString:TQCString
{
%TypeHeaderCode
-#include <qmap.h>
+#include <tqmap.h>
%End
%ConvertFromTypeCode
@@ -449,7 +449,7 @@ TQMap<TQCString,int> testTQMapTQCStringInt (TQMap<TQCString,int>);
//converts a Python dict of TQCString:int
{
%TypeHeaderCode
-#include <qmap.h>
+#include <tqmap.h>
%End
%ConvertFromTypeCode
@@ -533,7 +533,7 @@ TQMap<TQCString,int> testTQMapTQCStringInt (TQMap<TQCString,int>);
//converts a Python list of KParts.ReadOnlyPart
{
%TypeHeaderCode
-#include <qptrlist.h>
+#include <tqptrlist.h>
%End
%ConvertFromTypeCode