summaryrefslogtreecommitdiffstats
path: root/sip/tdeui/kxmlguifactory.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/tdeui/kxmlguifactory.sip')
-rw-r--r--sip/tdeui/kxmlguifactory.sip6
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/tdeui/kxmlguifactory.sip b/sip/tdeui/kxmlguifactory.sip
index aa55200..7f361c7 100644
--- a/sip/tdeui/kxmlguifactory.sip
+++ b/sip/tdeui/kxmlguifactory.sip
@@ -87,7 +87,7 @@ TQPtrList<KAction> testKActionList (TQPtrList<KAction>);
//converts a Python list of KAction
{
%TypeHeaderCode
-#include <qptrlist.h>
+#include <tqptrlist.h>
#include <kaction.h>
%End
@@ -158,7 +158,7 @@ TQPtrList<KAction> testKActionList (TQPtrList<KAction>);
//converts a Python list of KXMLGUIClient
{
%TypeHeaderCode
-#include <qptrlist.h>
+#include <tqptrlist.h>
#include <kxmlguiclient.h>
%End
@@ -229,7 +229,7 @@ TQPtrList<KAction> testKActionList (TQPtrList<KAction>);
//converts a Python list of TQWidget
{
%TypeHeaderCode
-#include <qptrlist.h>
+#include <tqptrlist.h>
%End
%ConvertFromTypeCode