mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Fix signal/slot
svn path=/trunk/KDE/kdebase/apps/; revision=663514
This commit is contained in:
parent
143963b853
commit
2a30029194
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ 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()));
|
||||
connect( m_FacesWidget, SIGNAL( doubleClicked( Q3IconViewItem *, const QPoint & ) ), SLOT(accept()) );
|
||||
connect( this, SIGNAL(okClicked()),this,SLOT(accept()));
|
||||
|
||||
top->addWidget( m_FacesWidget );
|
||||
|
||||
|
|
Loading…
Reference in a new issue