summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieftp/opieftp.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/net/opieftp/opieftp.cpp b/noncore/net/opieftp/opieftp.cpp
index e15bbef..d78b7d1 100644
--- a/noncore/net/opieftp/opieftp.cpp
+++ b/noncore/net/opieftp/opieftp.cpp
@@ -13,5 +13,9 @@
13 13
14#include "opieftp.h" 14#include "opieftp.h"
15
16extern "C" {
15#include "ftplib.h" 17#include "ftplib.h"
18}
19
16#include "inputDialog.h" 20#include "inputDialog.h"
17 21
@@ -1233,4 +1237,6 @@ void OpieFtp::serverComboSelected(int index)
1233 username = cfg.readEntry("Username", "anonymous"); 1237 username = cfg.readEntry("Username", "anonymous");
1234 UsernameComboBox->lineEdit()->setText(username); 1238 UsernameComboBox->lineEdit()->setText(username);
1239
1240// qDebug("Password is "+cfg.readEntryCrypt(username, "me@opieftp.org"));
1235 PasswordEdit->setText(cfg.readEntryCrypt(username, "me@opieftp.org")); 1241 PasswordEdit->setText(cfg.readEntryCrypt(username, "me@opieftp.org"));
1236 1242