summaryrefslogtreecommitdiff
path: root/noncore/net
authorllornkcor <llornkcor>2002-03-13 02:49:01 (UTC)
committer llornkcor <llornkcor>2002-03-13 02:49:01 (UTC)
commitad4f318f600a00905d45a780cd100bcf1e08efaa (patch) (side-by-side diff)
tree37365b4b994057b36223663d0d6e7454e9dd6965 /noncore/net
parentfac27f0d83dd361e27bacdf552932c9ea60e66e8 (diff)
downloadopie-ad4f318f600a00905d45a780cd100bcf1e08efaa.zip
opie-ad4f318f600a00905d45a780cd100bcf1e08efaa.tar.gz
opie-ad4f318f600a00905d45a780cd100bcf1e08efaa.tar.bz2
took out my testing defaults
Diffstat (limited to 'noncore/net') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opieftp/opieftp.cpp10
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
@@ -147,5 +147,6 @@ OpieFtp::OpieFtp( )
UsernameComboBox->setGeometry( QRect( 10, 25, 196, 21 ) );
UsernameComboBox->setEditable(TRUE);
- UsernameComboBox->lineEdit()->setText("llornkcor");
+ UsernameComboBox->lineEdit()->setText("anonymous");
+// UsernameComboBox->lineEdit()->setText("llornkcor");
TextLabel2 = new QLabel( tab_3, "TextLabel2" );
@@ -155,4 +156,5 @@ OpieFtp::OpieFtp( )
PasswordEdit->setGeometry( QRect( 10, 65, 195, 16 ) );
PasswordEdit->setEchoMode(QLineEdit::Password);
+ PasswordEdit->setText( tr( "me@opieftp.org" ) );
TextLabel3 = new QLabel( tab_3, "TextLabel3" );
@@ -162,5 +164,6 @@ OpieFtp::OpieFtp( )
ServerComboBox->setGeometry( QRect( 10, 105, 195, 21 ) );
ServerComboBox->setEditable(TRUE);
- ServerComboBox->lineEdit()->setText( tr( "llornkcor.com" ) );
+ ServerComboBox->lineEdit()->setText( tr( "" ) );
+// ServerComboBox->lineEdit()->setText( tr( "llornkcor.com" ) );
QLabel *TextLabel5 = new QLabel( tab_3, "TextLabel5" );
@@ -169,5 +172,6 @@ OpieFtp::OpieFtp( )
remotePath = new QLineEdit( "/", tab_3, "remotePath" );
remotePath->setGeometry( QRect( 10, 145, 195, 16 ) );
- remotePath->setText( currentRemoteDir = "/home/llornkcor/");
+ remotePath->setText( currentRemoteDir = "/");
+// remotePath->setText( currentRemoteDir = "/home/llornkcor/");
TextLabel4 = new QLabel( tab_3, "TextLabel4" );