summaryrefslogtreecommitdiffstats
path: root/sip/tdeprint
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/tdeprint
parente618529123e9c5a1c6c1235988a4d6a5794ac1f5 (diff)
downloadpytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.tar.gz
pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.zip
Fix FTBFS due to incorrect header includes
Diffstat (limited to 'sip/tdeprint')
-rw-r--r--sip/tdeprint/kmjobmanager.sip2
-rw-r--r--sip/tdeprint/kmmanager.sip2
-rw-r--r--sip/tdeprint/kprintdialog.sip2
3 files changed, 3 insertions, 3 deletions
diff --git a/sip/tdeprint/kmjobmanager.sip b/sip/tdeprint/kmjobmanager.sip
index 0094059..c02829b 100644
--- a/sip/tdeprint/kmjobmanager.sip
+++ b/sip/tdeprint/kmjobmanager.sip
@@ -126,7 +126,7 @@ public:
//converts a Python list of KMJob
{
%TypeHeaderCode
-#include <qptrlist.h>
+#include <tqptrlist.h>
#include <kmjob.h>
typedef TQPtrList<KMJob> KMJobList;
%End
diff --git a/sip/tdeprint/kmmanager.sip b/sip/tdeprint/kmmanager.sip
index b0aee89..cf908c2 100644
--- a/sip/tdeprint/kmmanager.sip
+++ b/sip/tdeprint/kmmanager.sip
@@ -146,7 +146,7 @@ protected:
//converts a Python list of KMPrinter
{
%TypeHeaderCode
-#include <qptrlist.h>
+#include <tqptrlist.h>
#include <kmmanager.h>
#include <kmprinter.h>
%End
diff --git a/sip/tdeprint/kprintdialog.sip b/sip/tdeprint/kprintdialog.sip
index 082c3e9..87def99 100644
--- a/sip/tdeprint/kprintdialog.sip
+++ b/sip/tdeprint/kprintdialog.sip
@@ -96,7 +96,7 @@ public:
//converts a Python list of KPrintDialogPage
{
%TypeHeaderCode
-#include <qptrlist.h>
+#include <tqptrlist.h>
#include <kprintdialogpage.h>
%End