summaryrefslogtreecommitdiffstats
path: root/doc/trouble.html
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-22 20:03:49 -0600
committerTimothy Pearson <[email protected]>2013-01-22 20:03:49 -0600
commit387a27b62f25387e42a850739ced151d64a2e760 (patch)
treebbba39b506feb102175f10aa296b201a5a4557f5 /doc/trouble.html
parent3d1fa8562bf693237a1a76918b4487cca3e2e356 (diff)
downloadpytde-387a27b62f25387e42a850739ced151d64a2e760.tar.gz
pytde-387a27b62f25387e42a850739ced151d64a2e760.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'doc/trouble.html')
-rw-r--r--doc/trouble.html8
1 files changed, 4 insertions, 4 deletions
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
<td>
<pre CLASS="PROGRAMLISTING">
&gt; ImportError: /usr/lib/python2.2/site-packages/libtdecorecmodule.so:
- &gt; undefined symbol: _ZNK10KAboutData18copyrightStatementEv
+ &gt; undefined symbol: _ZNK10TDEAboutData18copyrightStatementEv
</pre>
</td>
</tr>
</table>
<p>
You can decipher the mangled name to a class and method (in the example above,
-KAboutData::copyrightStatement) by running:
+TDEAboutData::copyrightStatement) by running:
</p>
<table border="0" width="100%">
<tr>
@@ -171,7 +171,7 @@ KAboutData::copyrightStatement) by running:
for example:
- c++filt _ZNK10KAboutData18copyrightStatementEv
+ c++filt _ZNK10TDEAboutData18copyrightStatementEv
</pre>
</td>
</tr>
@@ -289,7 +289,7 @@ from Simon Edwards:
&gt; I'm trying to setup PyKDE on my Mandrake 9.1/python 2.2 box but so far I
&gt; ImportError: /usr/lib/python2.2/site-packages/libtdecorecmodule.so:
- &gt; undefined symbol: _ZNK10KAboutData18copyrightStatementEv
+ &gt; 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