kcontrol: fix abort on fatal option in kdebug

This commit is contained in:
Ivailo Monev 2015-08-27 19:11:43 +03:00
parent e38024bcd9
commit e00d334905

View file

@ -99,7 +99,7 @@ KCMDebug::KCMDebug( QWidget* parent, const QVariantList& )
connect(pFatalCombo, SIGNAL(activated(int)), connect(pFatalCombo, SIGNAL(activated(int)),
this, SLOT(slotDestinationChanged())); this, SLOT(slotDestinationChanged()));
pFatalCombo->addItems( destList ); pFatalCombo->addItems( destList );
connect(pAbortFatal, SIGNAL(activated(int)), connect(pAbortFatal, SIGNAL(stateChanged(int)),
this, SLOT(slotAbortFatalChanged())); this, SLOT(slotAbortFatalChanged()));
// Hack! // Hack!