summaryrefslogtreecommitdiffstats
path: root/doc/static.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-13 18:29:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-13 18:29:02 -0600
commit8b572dea67da88257802f26be6f2dccfa04d3cc5 (patch)
tree07a63c433a00881de8cba186c5d29c51a8bdbeae /doc/static.html
parent7de8f4c89ba9a767d88e327b627b14e6a0f94c76 (diff)
downloadpytde-8b572dea67da88257802f26be6f2dccfa04d3cc5.tar.gz
pytde-8b572dea67da88257802f26be6f2dccfa04d3cc5.zip
Rename additional kio references
Diffstat (limited to 'doc/static.html')
-rw-r--r--doc/static.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/static.html b/doc/static.html
index b95e3df..16833ac 100644
--- a/doc/static.html
+++ b/doc/static.html
@@ -68,7 +68,7 @@ TQFrame.TabFocus
<H2>Namespaces</H2>
<P>
-The C++ code in KDE makes extensive use of namespaces (especially in the kio, kjs,
+The C++ code in KDE makes extensive use of namespaces (especially in the tdeio, kjs,
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 &lt;namespace name&gt;..&lt;classname&gt;,