diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:59:37 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:59:37 -0600 |
commit | f050f7c84cccf297921968acd454e6a462e30857 (patch) | |
tree | d2dbec79b7ecb12d9dd28b20e491a454b18ecb52 /doc/trouble.html | |
parent | 6b87edd9b7b08ca0030e5633e8a9653576f73a32 (diff) | |
download | pytde-f050f7c84cccf297921968acd454e6a462e30857.tar.gz pytde-f050f7c84cccf297921968acd454e6a462e30857.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'doc/trouble.html')
-rw-r--r-- | doc/trouble.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/trouble.html b/doc/trouble.html index 3c589df..1e09b4b 100644 --- a/doc/trouble.html +++ b/doc/trouble.html @@ -263,14 +263,14 @@ other module. <h3>SuSE 8.2/9.0</h3> <p> Some (but by no means all) versions of the KDE rpms for recent SuSE distributions appear -to have been built with a different version of kfileshare.h than what they ship with. This +to have been built with a different version of tdefileshare.h than what they ship with. This version is also in disagreement with the "official" KDE version (as found in the kdelib source files on kde.org, for example). The "incorrect" versions use a setShared(...) method with a different argument list that doesn't match the h files. </p> <p> To fix this problem, all versions of the setShared method should be commented out in -kfileshare.sip. +tdefileshare.sip. </p> <h3>Mandrake 9.1</h3><h4>(rpm install - PyKDE-3.8, not 3.11 so far)</h4> <p> |