summaryrefslogtreecommitdiff
path: root/noncore/net/opieftp/inputDialog.cpp
authorllornkcor <llornkcor>2002-03-19 00:26:23 (UTC)
committer llornkcor <llornkcor>2002-03-19 00:26:23 (UTC)
commit7ac89ca47c72729aad8a5a91c8be6ce9c223ab9c (patch) (unidiff)
tree0c21354e3bccba0a1235eaecb155155f927e5744 /noncore/net/opieftp/inputDialog.cpp
parentfbe272267851eeda20bf48aee9a01ac4dd1143c2 (diff)
downloadopie-7ac89ca47c72729aad8a5a91c8be6ce9c223ab9c.zip
opie-7ac89ca47c72729aad8a5a91c8be6ce9c223ab9c.tar.gz
opie-7ac89ca47c72729aad8a5a91c8be6ce9c223ab9c.tar.bz2
added translation stuff
Diffstat (limited to 'noncore/net/opieftp/inputDialog.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieftp/inputDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opieftp/inputDialog.cpp b/noncore/net/opieftp/inputDialog.cpp
index 22205d3..89b345e 100644
--- a/noncore/net/opieftp/inputDialog.cpp
+++ b/noncore/net/opieftp/inputDialog.cpp
@@ -20,13 +20,13 @@
20 20
21 21
22InputDialog::InputDialog( QWidget* parent, const char* name, bool modal, WFlags fl ) 22InputDialog::InputDialog( QWidget* parent, const char* name, bool modal, WFlags fl )
23 : QDialog( parent, name, modal, fl ) 23 : QDialog( parent, name, modal, fl )
24{ 24{
25 if ( !name ) 25 if ( !name )
26 setName( "InputDialog" ); 26 setName( "InputDialog" );
27 resize( 234, 50 ); 27 resize( 234, 50 );
28 setMaximumSize( QSize( 240, 50 ) ); 28 setMaximumSize( QSize( 240, 50 ) );
29 setCaption( tr(name ) ); 29 setCaption( tr(name ) );
30 30
31 LineEdit1 = new QLineEdit( this, "LineEdit1" ); 31 LineEdit1 = new QLineEdit( this, "LineEdit1" );
32 LineEdit1->setGeometry( QRect( 10, 10, 216, 22 ) ); 32 LineEdit1->setGeometry( QRect( 10, 10, 216, 22 ) );