diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:58:30 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:58:30 +0200 |
commit | 576f333520bedd30f85c01960437dd25a6eaa810 (patch) | |
tree | a4004633712c16c778f195260c5740f9e265115b /tdeio_ftps/ftp.cc | |
parent | eb745a7ef2718003f7e53f8dcf50b38e45dd3855 (diff) | |
download | tdeio-ftps-576f333520bedd30f85c01960437dd25a6eaa810.tar.gz tdeio-ftps-576f333520bedd30f85c01960437dd25a6eaa810.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'tdeio_ftps/ftp.cc')
-rw-r--r-- | tdeio_ftps/ftp.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeio_ftps/ftp.cc b/tdeio_ftps/ftp.cc index 0859411..2bacb8e 100644 --- a/tdeio_ftps/ftp.cc +++ b/tdeio_ftps/ftp.cc @@ -81,17 +81,17 @@ //#undef kdDebug #define ENABLE_CAN_RESUME -// JPF: somebody should find a better solution for this or move this to KIO +// JPF: somebody should find a better solution for this or move this to TDEIO // JPF: anyhow, in KDE 3.2.0 I found diffent MAX_IPC_SIZE definitions! namespace TDEIO { enum buffersizes { /** * largest buffer size that should be used to transfer data between - * KIO slaves using the data() function + * TDEIO slaves using the data() function */ maximumIpcSize = 32 * 1024, /** - * this is a reasonable value for an initial read() that a KIO slave + * this is a reasonable value for an initial read() that a TDEIO slave * can do to obtain data via a slow network connection. */ initialIpcSize = 2 * 1024, |