diff options
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 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 <namespace name>..<classname>, |