diff --git a/pykde4/CMakeLists.txt b/pykde4/CMakeLists.txt index c9313a93..454e7514 100644 --- a/pykde4/CMakeLists.txt +++ b/pykde4/CMakeLists.txt @@ -164,14 +164,6 @@ file(GLOB ktexteditor_files_sip sip/ktexteditor/*.sip) set(SIP_EXTRA_FILES_DEPEND ${ktexteditor_files_sip}) add_sip_python_module(PyKDE4.ktexteditor sip/ktexteditor/ktexteditormod.sip ${KDE4_KTEXTEDITOR_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_KDEUI_LIBS} ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY}) -file(GLOB khtml_files_sip sip/khtml/*.sip) -set(SIP_EXTRA_FILES_DEPEND ${khtml_files_sip}) -add_sip_python_module(PyKDE4.khtml sip/khtml/khtmlmod.sip ${KDE4_KHTML_LIBS}) - -file(GLOB knewstuff_files_sip sip/knewstuff/*.sip) -set(SIP_EXTRA_FILES_DEPEND ${knewstuff_files_sip}) -add_sip_python_module(PyKDE4.knewstuff sip/knewstuff/knewstuffmod.sip ${KDE4_KNEWSTUFF2_LIBS} ${KDE4_KNEWSTUFF3_LIBS} ${QT_QTCORE_LIBRARY}) - file(GLOB dnssd_files_sip sip/dnssd/*.sip) set(SIP_EXTRA_FILES_DEPEND ${dnssd_files_sip}) add_sip_python_module(PyKDE4.dnssd sip/dnssd/dnssdmod.sip ${KDE4_KDNSSD_LIBS} ${QT_QTCORE_LIBRARY}) diff --git a/pykde4/sip/kdecore/kautosavefile.sip b/pykde4/sip/kdecore/kautosavefile.sip index 54cfef8a..f6a8ad30 100644 --- a/pykde4/sip/kdecore/kautosavefile.sip +++ b/pykde4/sip/kdecore/kautosavefile.sip @@ -37,7 +37,6 @@ #include #include #include -#include #include #include #include diff --git a/pykde4/sip/kdeui/kcategorizedsortfilterproxymodel.sip b/pykde4/sip/kdeui/kcategorizedsortfilterproxymodel.sip index 7c66e627..6ec8674a 100644 --- a/pykde4/sip/kdeui/kcategorizedsortfilterproxymodel.sip +++ b/pykde4/sip/kdeui/kcategorizedsortfilterproxymodel.sip @@ -43,7 +43,6 @@ public: Qt::SortOrder sortOrder () const; void setSortCategoriesByNaturalComparison (bool sortCategoriesByNaturalComparison); bool sortCategoriesByNaturalComparison () const; - static int naturalCompare (const QString& a, const QString& b); protected: virtual bool lessThan (const QModelIndex& left, const QModelIndex& right) const; diff --git a/pykde4/sip/kdeui/kcategorizedview.sip b/pykde4/sip/kdeui/kcategorizedview.sip index a1665a4f..99b7864a 100644 --- a/pykde4/sip/kdeui/kcategorizedview.sip +++ b/pykde4/sip/kdeui/kcategorizedview.sip @@ -49,8 +49,6 @@ protected: virtual void dropEvent (QDropEvent* event); virtual QModelIndex moveCursor (QAbstractItemView::CursorAction cursorAction, Qt::KeyboardModifiers modifiers); virtual void rowsInserted (const QModelIndex& parent, int start, int end); - virtual void rowsInsertedArtifficial (const QModelIndex& parent, int start, int end); - virtual void rowsRemoved (const QModelIndex& parent, int start, int end); virtual void updateGeometries (); virtual void slotLayoutChanged (); virtual void currentChanged (const QModelIndex& current, const QModelIndex& previous); diff --git a/pykde4/sip/kdeui/kcharselect.sip b/pykde4/sip/kdeui/kcharselect.sip index 7e6d68a1..50ed270e 100644 --- a/pykde4/sip/kdeui/kcharselect.sip +++ b/pykde4/sip/kdeui/kcharselect.sip @@ -45,7 +45,6 @@ public: typedef QFlags Controls; - explicit KCharSelect (QWidget* parent /TransferThis/, const KCharSelect::Controls controls = KCharSelect::AllGuiElements); explicit KCharSelect (QWidget* parent /TransferThis/, KActionCollection* collection, const KCharSelect::Controls controls = KCharSelect::AllGuiElements); virtual QSize sizeHint () const; QChar currentChar () const; diff --git a/pykde4/sip/kdeui/kiconloader.sip b/pykde4/sip/kdeui/kiconloader.sip index 78049415..dd69e2cf 100644 --- a/pykde4/sip/kdeui/kiconloader.sip +++ b/pykde4/sip/kdeui/kiconloader.sip @@ -35,7 +35,6 @@ public: Action, Application, Device, - FileSystem, MimeType, Animation, Category,