diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:25:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:25:51 -0600 |
commit | 10d461f8a8b11ea740680361c20c4a378811e8a4 (patch) | |
tree | fb43cedf9cd3b06209af237c3cbbc9c0a8fb0896 /doc/limits.html | |
parent | 23c5b612d95f27d80c70adef92890955574a94bf (diff) | |
download | pytde-10d461f8a8b11ea740680361c20c4a378811e8a4.tar.gz pytde-10d461f8a8b11ea740680361c20c4a378811e8a4.zip |
Additional kde to tde renaming
Diffstat (limited to 'doc/limits.html')
-rw-r--r-- | doc/limits.html | 4 |
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> |