Fix connect signal/slot

svn path=/trunk/KDE/kdebase/kdepasswd/; revision=622696
This commit is contained in:
Laurent Montel 2007-01-12 17:05:19 +00:00
parent a85a5488e6
commit e4a80908a8

View file

@ -82,6 +82,7 @@ ChFaceDlg::ChFaceDlg(const QString& picsdir, QWidget *parent, const char *name,
connect( m_FacesWidget, SIGNAL( selectionChanged( Q3IconViewItem * ) ), SLOT( slotFaceWidgetSelectionChanged( Q3IconViewItem * ) ) );
connect( m_FacesWidget, SIGNAL( doubleClicked( Q3IconViewItem *, const QPoint & ) ), SLOT( slotOk() ) );
connect( this, SIGNAL(okClicked()),this,SLOT(slotOk()));
top->addWidget( m_FacesWidget );