diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:18:41 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:18:41 -0600 |
commit | 352b2ef6c06332062d35211d7f49942315d2f36a (patch) | |
tree | 842a828f1f3c6686c33cd8512d00b80d6feaefdd /doc/limits.html | |
parent | 8bd906c03534d2ad9cff2f22e957bf30987c99a9 (diff) | |
download | pytde-352b2ef6c06332062d35211d7f49942315d2f36a.tar.gz pytde-352b2ef6c06332062d35211d7f49942315d2f36a.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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 71aef72..542417e 100644 --- a/doc/limits.html +++ b/doc/limits.html @@ -350,7 +350,7 @@ The following classes (introduced in KDE2.2.0) are NOT yet implemented: KAddressInfo KExtendedSocket KInetSocketAddress -KSocketAddress +TDESocketAddress KUnixSocketAddress KSocks </PRE> @@ -359,7 +359,7 @@ KSocks </TABLE> <P> Most of their functionality already exists in the Python socket class or in the -KSocket class (tdecore module). These classes may be implemented at a future date +TDESocket 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> |