From e46310b823e9e1e579aad91c284388e9447b5110 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Dec 12 2009 02:04:52 +0000 Subject: Drop part of the upstream patch which requires a kdelibs newer than 4.3.80. --- diff --git a/kdebindings-4.3.80-pykdeui-trunk.patch b/kdebindings-4.3.80-pykdeui-trunk.patch index efef618..0056d24 100644 --- a/kdebindings-4.3.80-pykdeui-trunk.patch +++ b/kdebindings-4.3.80-pykdeui-trunk.patch @@ -610,26 +610,3 @@ Index: python/pykde4/sip/kdeui/kwindowsystem.sip private: KWindowSystem (); -Index: python/pykde4/sip/kdeui/kstatusnotifieritem.sip -=================================================================== ---- python/pykde4/sip/kdeui/kstatusnotifieritem.sip (revision 1060017) -+++ python/pykde4/sip/kdeui/kstatusnotifieritem.sip (revision 1060018) -@@ -60,10 +60,6 @@ - QString attentionIconName () const; - void setAttentionIconByPixmap (const QIcon& icon); - QIcon attentionIconPixmap () const; -- void setAttentionMovie (QMovie* movie); -- void setAttentionMovie (const QVector& movie); -- void setAttentionMovie (const QVector& movie); -- QMovie* attentionMovie () const; - void setToolTip (const QString& iconName, const QString& title, const QString& subTitle); - void setToolTip (const QIcon& icon, const QString& title, const QString& subTitle); - void setToolTipIconByName (const QString& name); -@@ -89,4 +85,7 @@ - void secondaryActivateRequested (const QPoint& pos); - protected: - bool eventFilter (QObject* watched, QEvent* event); -+public: -+ void setAttentionMovieByName (const QString& name); -+ QString attentionMovieName () const; - };