Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 95091 | Differences between
and this patch

Collapse All | Expand All

(-)PyKDE-snapshot20050316/sip/kdeui/klistview.sip (-1 / +1 lines)
Lines 266-272 public: Link Here
266
//converts a Python list of QListViewItem
266
//converts a Python list of QListViewItem
267
{
267
{
268
%TypeHeaderCode
268
%TypeHeaderCode
269
#include <qlist.h>
269
#include <qptrlist.h>
270
#include <qlistview.h>
270
#include <qlistview.h>
271
#include <sipqtQListViewItem.h>
271
#include <sipqtQListViewItem.h>
272
typedef QPtrList<QListViewItem> ListViewItems;
272
typedef QPtrList<QListViewItem> ListViewItems;
(-)PyKDE-snapshot20050316/sip/kfile/kfilebookmark.sip (-1 / +1 lines)
Lines 86-92 signals: Link Here
86
//converts a Python list of KFileBookmark
86
//converts a Python list of KFileBookmark
87
{
87
{
88
%TypeHeaderCode
88
%TypeHeaderCode
89
#include <qlist.h>
89
#include <qptrlist.h>
90
%End
90
%End
91
91
92
%ConvertFromTypeCode
92
%ConvertFromTypeCode
(-)PyKDE-snapshot20050316/sip/kfile/kfileviewitem.sip (-1 / +1 lines)
Lines 60-66 typedef QList<KFileViewItem> KFileViewIt Link Here
60
//converts a Python list of KFileViewItem
60
//converts a Python list of KFileViewItem
61
{
61
{
62
%TypeHeaderCode
62
%TypeHeaderCode
63
#include <qlist.h>
63
#include <qptrlist.h>
64
%End
64
%End
65
65
66
%ConvertFromTypeCode
66
%ConvertFromTypeCode
(-)PyKDE-snapshot20050316/sip/khtml/khtmlview.sip (-1 / +1 lines)
Lines 143-149 protected slots: Link Here
143
//converts a Python list of KHTMLView
143
//converts a Python list of KHTMLView
144
{
144
{
145
%TypeHeaderCode
145
%TypeHeaderCode
146
#include <qlist.h>
146
#include <qptrlist.h>
147
%End
147
%End
148
148
149
%ConvertFromTypeCode
149
%ConvertFromTypeCode

Return to bug 95091