Fix crash on logout
[kdenetwork.git] / ksirc / ssfepromptdata.cpp
blob3e0d045e8d1c841e17c3309140c3d2e197c5e63d
1 /**********************************************************************
3 --- Qt Architect generated file ---
5 File: ssfepromptdata.cpp
6 Last generated: Thu Jan 15 21:21:29 1998
8 DO NOT EDIT!!! This file will be automatically
9 regenerated by qtarch. All changes will be lost.
11 *********************************************************************/
13 #include "ssfepromptdata.h"
15 #undef Inherited
16 #define Inherited QDialog
18 #include <kpushbutton.h>
19 #include <kstdguiitem.h>
20 //Added by qt3to4:
21 #include <QLabel>
23 ssfepromptdata::ssfepromptdata
25 QWidget* parent,
26 const char* name
29 Inherited( parent, name, TRUE )
31 prompt = new QLabel( this, "Label_1" );
32 prompt->setGeometry( 10, 10, 220, 30 );
33 prompt->setMinimumSize( 10, 10 );
34 prompt->setMaximumSize( 32767, 32767 );
35 prompt->setText( "" );
36 prompt->setAlignment( 289 );
37 prompt->setMargin( -1 );
39 SLine = new QLineEdit( this, "LineEdit_1" );
40 SLine->setGeometry( 240, 10, 100, 30 );
41 SLine->setMinimumSize( 10, 10 );
42 SLine->setMaximumSize( 32767, 32767 );
43 connect( SLine, SIGNAL(returnPressed()), SLOT(terminate()) );
44 SLine->setText( "" );
45 SLine->setMaxLength( 32767 );
46 SLine->setEchoMode( QLineEdit::Normal );
47 SLine->setFrame( TRUE );
49 QPushButton* dlgedit_PushButton_1;
50 dlgedit_PushButton_1 = new KPushButton( KStdGuiItem::ok(), this );
51 dlgedit_PushButton_1->setObjectName( "PushButton_1" );
52 dlgedit_PushButton_1->setGeometry( 240, 50, 100, 30 );
53 dlgedit_PushButton_1->setMinimumSize( 10, 10 );
54 dlgedit_PushButton_1->setMaximumSize( 32767, 32767 );
55 connect( dlgedit_PushButton_1, SIGNAL(clicked()), SLOT(terminate()) );
56 dlgedit_PushButton_1->setAutoRepeat( FALSE );
57 dlgedit_PushButton_1->setAutoDefault( TRUE );
59 resize( 350,90 );
60 setMinimumSize( 350, 90 );
61 setMaximumSize( 350, 90 );
65 ssfepromptdata::~ssfepromptdata()
68 void ssfepromptdata::terminate()
71 #include "ssfepromptdata.moc"