summaryrefslogtreecommitdiff
path: root/noncore/net/opieftp/inputDialog.cpp
Unidiff
Diffstat (limited to 'noncore/net/opieftp/inputDialog.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opieftp/inputDialog.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/noncore/net/opieftp/inputDialog.cpp b/noncore/net/opieftp/inputDialog.cpp
index 373db3b..23741c0 100644
--- a/noncore/net/opieftp/inputDialog.cpp
+++ b/noncore/net/opieftp/inputDialog.cpp
@@ -4,28 +4,24 @@
4** Created: Sat Mar 9 23:33:09 2002 4** Created: Sat Mar 9 23:33:09 2002
5 copyright : (C) 2002 by ljp 5 copyright : (C) 2002 by ljp
6 email : ljp@llornkcor.com 6 email : ljp@llornkcor.com
7 * This program is free software; you can redistribute it and/or modify * 7 * This program is free software; you can redistribute it and/or modify *
8 * it under the terms of the GNU General Public License as published by * 8 * it under the terms of the GNU General Public License as published by *
9 * the Free Software Foundation; either version 2 of the License, or * 9 * the Free Software Foundation; either version 2 of the License, or *
10 * (at your option) any later version. * 10 * (at your option) any later version. *
11 ***************************************************************************/ 11 ***************************************************************************/
12 12
13#include "inputDialog.h" 13#include "inputDialog.h"
14 14
15#include <qlineedit.h> 15#include <qlineedit.h>
16#include <qlayout.h>
17#include <qvariant.h>
18#include <qtooltip.h>
19#include <qwhatsthis.h>
20 16
21 17
22InputDialog::InputDialog( QWidget* parent, const char* name, bool modal, WFlags fl ) 18InputDialog::InputDialog( QWidget* parent, const char* name, bool modal, WFlags fl )
23 : QDialog( parent, name, modal, fl ) 19 : QDialog( parent, name, modal, fl )
24{ 20{
25 if ( !name ) 21 if ( !name )
26 setName( "InputDialog" ); 22 setName( "InputDialog" );
27 resize( 234, 50 ); 23 resize( 234, 50 );
28 setMaximumSize( QSize( 240, 50 ) ); 24 setMaximumSize( QSize( 240, 50 ) );
29 setCaption( tr(name ) ); 25 setCaption( tr(name ) );
30 26
31 LineEdit1 = new QLineEdit( this, "LineEdit1" ); 27 LineEdit1 = new QLineEdit( this, "LineEdit1" );