[Kde-bindings] [Bug 100101] symbols missing for PyKDE binding
thubble at shaw.ca
thubble at shaw.ca
Sun Feb 27 00:57:24 UTC 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=100101
thubble shaw ca changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thubble shaw ca
------- Additional Comments From thubble shaw ca 2005-02-27 01:57 -------
I needed this patch to get it to work with the latest CVS version:
--- sip/kio/kfileshare.sip.orig 2005-02-26 14:38:24.585654088 -0600
+++ sip/kio/kfileshare.sip 2005-02-26 14:39:07.931064584 -0600
@ -24,27 +24,27 @
// 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-%If ( KDE_3_1_0 - )
+//%If ( KDE_3_1_0 - )
-class KFileSharePrivate : QObject
-{
-%TypeHeaderCode
-#include <kfileshare.h>
-%End
+//class KFileSharePrivate : QObject
+//{
+//%TypeHeaderCode
+//#include <kfileshare.h>
+//%End
-public:
- KFileSharePrivate ();
- KDirWatch* m_watchFile;
- static KFileSharePrivate* self ();
- KFileSharePrivate* _self;
+//public:
+// KFileSharePrivate ();
+// KDirWatch* m_watchFile;
+// static KFileSharePrivate* self ();
+// KFileSharePrivate* _self;
-protected slots:
- void slotFileChange (const QString&);
+//protected slots:
+// void slotFileChange (const QString&);
-}; // class KFileSharePrivate
+//}; // class KFileSharePrivate
-%End
+//%End
%If ( KDE_3_1_0 - )
More information about the Kde-bindings
mailing list