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/static.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/static.html')
-rw-r--r-- | doc/static.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/static.html b/doc/static.html index d16c0be..b95e3df 100644 --- a/doc/static.html +++ b/doc/static.html @@ -69,7 +69,7 @@ TQFrame.TabFocus <H2>Namespaces</H2> <P> The C++ code in KDE makes extensive use of namespaces (especially in the kio, kjs, -tdehtml, kfile, and tdeparts modules). In PyKDE, namespaces are treated as a "superclass". +tdehtml, tdefile, and tdeparts modules). In PyKDE, namespaces are treated as a "superclass". For example, "from tdeparts import KParts" will import the KParts namespace and all its members. To reference a class in the namespace, use <namespace name>..<classname>, for example, KParts.ReadOnlyPart. It isn't necessary to import the <classname> (ReadOnlyPart |