Renaming of files in preparation for code style tools.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/6/head
Michele Calgaro 3 years ago
parent 4b328b8b4b
commit 5c5c8bc016
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -17,7 +17,7 @@ link_directories(
tde_add_kpart( tdeio_ftps MODULE AUTOMOC
SOURCES
ftp.cc
ftp.cpp
LINK
tdecore-shared
tdeio-shared

@ -100,8 +100,8 @@ namespace TDEIO {
mimimumMimeSize = 1024
};
// JPF: this helper was derived from write_all in file.cc (FileProtocol).
static // JPF: in ftp.cc we make it static
// JPF: this helper was derived from write_all in file.cpp (FileProtocol).
static // JPF: in ftp.cpp we make it static
/**
* This helper handles some special issues (blocking and interrupted
* system call) when writing to a file handle.

@ -25,36 +25,36 @@ msgid ""
"Your emails"
msgstr ""
#: ftp.cc:461
#: ftp.cpp:461
#, c-format
msgid "Opening connection to host %1"
msgstr ""
#: ftp.cc:479
#: ftp.cpp:479
#, c-format
msgid "Connected to host %1"
msgstr ""
#: ftp.cc:528
#: ftp.cpp:528
msgid ""
"%1.\n"
"\n"
"Reason: %2"
msgstr ""
#: ftp.cc:540
#: ftp.cpp:540
msgid "The FTP-server does not seem to support ftps-encryption."
msgstr ""
#: ftp.cc:548
#: ftp.cpp:548
msgid "SSL-connecting error occured"
msgstr ""
#: ftp.cc:579
#: ftp.cpp:579
msgid "Sending login information"
msgstr ""
#: ftp.cc:626
#: ftp.cpp:626
msgid ""
"Message sent:\n"
"Login using username=%1 and password=[hidden]\n"
@ -64,27 +64,27 @@ msgid ""
"\n"
msgstr ""
#: ftp.cc:634
#: ftp.cpp:634
msgid "You need to supply a username and a password to access this site."
msgstr ""
#: ftp.cc:636
#: ftp.cpp:636
msgid "Site:"
msgstr ""
#: ftp.cc:637
#: ftp.cpp:637
msgid "<b>%1</b>"
msgstr ""
#: ftp.cc:700
#: ftp.cpp:700
msgid "Login OK"
msgstr ""
#: ftp.cc:729
#: ftp.cpp:729
#, c-format
msgid "Could not login to %1."
msgstr ""
#: ftp.cc:1241
#: ftp.cpp:1241
msgid "SSL connection failed on data channel."
msgstr ""

@ -27,36 +27,36 @@ msgid ""
"Your emails"
msgstr ""
#: ftp.cc:461
#: ftp.cpp:461
#, c-format
msgid "Opening connection to host %1"
msgstr ""
#: ftp.cc:479
#: ftp.cpp:479
#, c-format
msgid "Connected to host %1"
msgstr ""
#: ftp.cc:528
#: ftp.cpp:528
msgid ""
"%1.\n"
"\n"
"Reason: %2"
msgstr ""
#: ftp.cc:540
#: ftp.cpp:540
msgid "The FTP-server does not seem to support ftps-encryption."
msgstr ""
#: ftp.cc:548
#: ftp.cpp:548
msgid "SSL-connecting error occured"
msgstr ""
#: ftp.cc:579
#: ftp.cpp:579
msgid "Sending login information"
msgstr ""
#: ftp.cc:626
#: ftp.cpp:626
msgid ""
"Message sent:\n"
"Login using username=%1 and password=[hidden]\n"
@ -66,27 +66,27 @@ msgid ""
"\n"
msgstr ""
#: ftp.cc:634
#: ftp.cpp:634
msgid "You need to supply a username and a password to access this site."
msgstr ""
#: ftp.cc:636
#: ftp.cpp:636
msgid "Site:"
msgstr ""
#: ftp.cc:637
#: ftp.cpp:637
msgid "<b>%1</b>"
msgstr ""
#: ftp.cc:700
#: ftp.cpp:700
msgid "Login OK"
msgstr ""
#: ftp.cc:729
#: ftp.cpp:729
#, c-format
msgid "Could not login to %1."
msgstr ""
#: ftp.cc:1241
#: ftp.cpp:1241
msgid "SSL connection failed on data channel."
msgstr ""

Loading…
Cancel
Save