summaryrefslogtreecommitdiffstats
path: root/sip/kio/kservicetype.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/kio/kservicetype.sip
parente618529123e9c5a1c6c1235988a4d6a5794ac1f5 (diff)
downloadpytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.tar.gz
pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.zip
Fix FTBFS due to incorrect header includes
Diffstat (limited to 'sip/kio/kservicetype.sip')
-rw-r--r--sip/kio/kservicetype.sip4
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/kio/kservicetype.sip b/sip/kio/kservicetype.sip
index 1862ce8..1f1ccd8 100644
--- a/sip/kio/kservicetype.sip
+++ b/sip/kio/kservicetype.sip
@@ -128,8 +128,8 @@ protected:
//converts a Python dict of TQString:TQVariant
{
%TypeHeaderCode
-#include <qmap.h>
-#include <qvariant.h>
+#include <tqmap.h>
+#include <tqvariant.h>
%End
%ConvertFromTypeCode