-rw-r--r-- | noncore/net/opieftp/opieftp.cpp | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/noncore/net/opieftp/opieftp.cpp b/noncore/net/opieftp/opieftp.cpp index 0cdac79..523a36c 100644 --- a/noncore/net/opieftp/opieftp.cpp +++ b/noncore/net/opieftp/opieftp.cpp | |||
@@ -148,3 +148,4 @@ OpieFtp::OpieFtp( ) | |||
148 | UsernameComboBox->setEditable(TRUE); | 148 | UsernameComboBox->setEditable(TRUE); |
149 | UsernameComboBox->lineEdit()->setText("llornkcor"); | 149 | UsernameComboBox->lineEdit()->setText("anonymous"); |
150 | // UsernameComboBox->lineEdit()->setText("llornkcor"); | ||
150 | 151 | ||
@@ -156,2 +157,3 @@ OpieFtp::OpieFtp( ) | |||
156 | PasswordEdit->setEchoMode(QLineEdit::Password); | 157 | PasswordEdit->setEchoMode(QLineEdit::Password); |
158 | PasswordEdit->setText( tr( "me@opieftp.org" ) ); | ||
157 | 159 | ||
@@ -163,3 +165,4 @@ OpieFtp::OpieFtp( ) | |||
163 | ServerComboBox->setEditable(TRUE); | 165 | ServerComboBox->setEditable(TRUE); |
164 | ServerComboBox->lineEdit()->setText( tr( "llornkcor.com" ) ); | 166 | ServerComboBox->lineEdit()->setText( tr( "" ) ); |
167 | // ServerComboBox->lineEdit()->setText( tr( "llornkcor.com" ) ); | ||
165 | 168 | ||
@@ -170,3 +173,4 @@ OpieFtp::OpieFtp( ) | |||
170 | remotePath->setGeometry( QRect( 10, 145, 195, 16 ) ); | 173 | remotePath->setGeometry( QRect( 10, 145, 195, 16 ) ); |
171 | remotePath->setText( currentRemoteDir = "/home/llornkcor/"); | 174 | remotePath->setText( currentRemoteDir = "/"); |
175 | // remotePath->setText( currentRemoteDir = "/home/llornkcor/"); | ||
172 | 176 | ||