From 387a27b62f25387e42a850739ced151d64a2e760 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:03:49 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- doc/trouble.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/trouble.html') diff --git a/doc/trouble.html b/doc/trouble.html index 5e8a24e..3c589df 100644 --- a/doc/trouble.html +++ b/doc/trouble.html @@ -154,14 +154,14 @@ from loading. The error message will normally print a "mangled" version of the m
     > ImportError: /usr/lib/python2.2/site-packages/libtdecorecmodule.so:
-    > undefined symbol: _ZNK10KAboutData18copyrightStatementEv
+    > undefined symbol: _ZNK10TDEAboutData18copyrightStatementEv
 

You can decipher the mangled name to a class and method (in the example above, -KAboutData::copyrightStatement) by running: +TDEAboutData::copyrightStatement) by running:

@@ -171,7 +171,7 @@ KAboutData::copyrightStatement) by running: for example: - c++filt _ZNK10KAboutData18copyrightStatementEv + c++filt _ZNK10TDEAboutData18copyrightStatementEv @@ -289,7 +289,7 @@ from Simon Edwards: > I'm trying to setup PyKDE on my Mandrake 9.1/python 2.2 box but so far I > ImportError: /usr/lib/python2.2/site-packages/libtdecorecmodule.so: - > undefined symbol: _ZNK10KAboutData18copyrightStatementEv + > undefined symbol: _ZNK10TDEAboutData18copyrightStatementEv Let me guess. You are using the original KDE version that came with Mandrake 9.1. :) yeah, there is a problem and the PyKDE rpms for mandrake don't work -- cgit v1.2.1