diff options
author | Francois Andriot <albator78@libertysurf.fr> | 2013-07-24 15:51:29 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 15:51:29 -0500 |
commit | e7e8f316bd378dc5208ea75f3f0a8cb1b9329bc5 (patch) | |
tree | db7db990a6c67bd0718b91c41a3bc38e38333ab3 | |
parent | 81619919c936560859fe75bafdb1522788de41cc (diff) | |
download | tdeio-ftps-e7e8f316bd378dc5208ea75f3f0a8cb1b9329bc5.tar.gz tdeio-ftps-e7e8f316bd378dc5208ea75f3f0a8cb1b9329bc5.zip |
Fix FTBFS
-rw-r--r-- | kio_ftps/ftp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio_ftps/ftp.cc b/kio_ftps/ftp.cc index 1eff60c..591baf5 100644 --- a/kio_ftps/ftp.cc +++ b/kio_ftps/ftp.cc @@ -83,7 +83,7 @@ // JPF: somebody should find a better solution for this or move this to KIO // JPF: anyhow, in KDE 3.2.0 I found diffent MAX_IPC_SIZE definitions! -namespace KIO { +namespace TDEIO { enum buffersizes { /** * largest buffer size that should be used to transfer data between |