summaryrefslogtreecommitdiffstats
path: root/doc/limits.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/limits.html')
-rw-r--r--doc/limits.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/limits.html b/doc/limits.html
index 3316c8c..4dba745 100644
--- a/doc/limits.html
+++ b/doc/limits.html
@@ -336,7 +336,7 @@ via PyQt, as are tr() methods for any PyQt QObject descendant. PyKDE's handling
of these methods has no effect on PyQt.
</P>
<P>Instead of the tr() methods, KDE uses corresponding i18n() methods for translating.
-These methods are available in the kdecore module of PyKDE. For compatibility with
+These methods are available in the tdecore module of PyKDE. For compatibility with
KDE, you should use the i18n methods.
</P>
<H2>Socket classes</H2>
@@ -359,7 +359,7 @@ KSocks
</TABLE>
<P>
Most of their functionality already exists in the Python socket class or in the
-KSocket class (kdecore module). These classes may be implemented at a future date
+KSocket class (tdecore module). These classes may be implemented at a future date
(they require support for C socket structures and careful handling to avoid buffer
overflow problems/exploits)
</P>