summaryrefslogtreecommitdiffstats
path: root/sip/kfile
diff options
context:
space:
mode:
Diffstat (limited to 'sip/kfile')
-rw-r--r--sip/kfile/kfilebookmark.sip2
-rw-r--r--sip/kfile/knotifydialog.sip2
2 files changed, 2 insertions, 2 deletions
diff --git a/sip/kfile/kfilebookmark.sip b/sip/kfile/kfilebookmark.sip
index 1545686..59315ab 100644
--- a/sip/kfile/kfilebookmark.sip
+++ b/sip/kfile/kfilebookmark.sip
@@ -86,7 +86,7 @@ signals:
//converts a Python list of KFileBookmark
{
%TypeHeaderCode
-#include <qptrlist.h>
+#include <tqptrlist.h>
%End
%ConvertFromTypeCode
diff --git a/sip/kfile/knotifydialog.sip b/sip/kfile/knotifydialog.sip
index f260332..ebf00fe 100644
--- a/sip/kfile/knotifydialog.sip
+++ b/sip/kfile/knotifydialog.sip
@@ -244,7 +244,7 @@ class ApplicationList
//converts a Python list of KNotify.Event
{
%TypeHeaderCode
-#include <qptrlist.h>
+#include <tqptrlist.h>
#include <knotifydialog.h>
%End