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 | |
parent | eb745a7ef2718003f7e53f8dcf50b38e45dd3855 (diff) | |
download | tdeio-ftps-576f333520bedd30f85c01960437dd25a6eaa810.tar.gz tdeio-ftps-576f333520bedd30f85c01960437dd25a6eaa810.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'tdeio_ftps')
-rw-r--r-- | tdeio_ftps/Makefile.am | 2 | ||||
-rw-r--r-- | tdeio_ftps/ftp.cc | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tdeio_ftps/Makefile.am b/tdeio_ftps/Makefile.am index 651c0ed..f18fad9 100644 --- a/tdeio_ftps/Makefile.am +++ b/tdeio_ftps/Makefile.am @@ -12,7 +12,7 @@ kde_module_LTLIBRARIES = tdeio_ftps.la tdeio_ftps_la_SOURCES = ftp.cc ftp.h # Die Bibliothek libtdesycoca wird fr Slaves ben�igt -tdeio_ftps_la_LIBADD = $(LIB_KSYCOCA) +tdeio_ftps_la_LIBADD = $(LIB_TDESYCOCA) # Die Link-Pfade inklusive all_libraries (siehe oben) # -module gibt an, dass es von anderen Programmen geladen wird und 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, |