summaryrefslogtreecommitdiffstats
path: root/doc/static.html
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-26 13:14:34 -0600
committerTimothy Pearson <[email protected]>2013-01-26 13:14:34 -0600
commit57e2ced52bf3ba886bb7710212167a86e20305e6 (patch)
treee08b1e82e83f5afa861dc9eeb833dc4bd593900b /doc/static.html
parentccad7a42d96879251c4971e51aac269f61a0ccf8 (diff)
downloadpytde-57e2ced52bf3ba886bb7710212167a86e20305e6.tar.gz
pytde-57e2ced52bf3ba886bb7710212167a86e20305e6.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'doc/static.html')
-rw-r--r--doc/static.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/static.html b/doc/static.html
index df876f4..d16c0be 100644
--- a/doc/static.html
+++ b/doc/static.html
@@ -69,8 +69,8 @@ TQFrame.TabFocus
<H2>Namespaces</H2>
<P>
The C++ code in KDE makes extensive use of namespaces (especially in the kio, kjs,
-khtml, kfile, and kparts modules). In PyKDE, namespaces are treated as a "superclass".
-For example, "from kparts import KParts" will import the KParts namespace and all
+tdehtml, kfile, 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 &lt;namespace name&gt;..&lt;classname&gt;,
for example, KParts.ReadOnlyPart. It isn't necessary to import the &lt;classname&gt; (ReadOnlyPart
in the example).