From 576f333520bedd30f85c01960437dd25a6eaa810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 19:58:30 +0200 Subject: Additional k => tde renaming and fixes --- tdeio_ftps/Makefile.am | 2 +- tdeio_ftps/ftp.cc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tdeio_ftps') 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, -- cgit v1.2.1