mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
kcontrol: fix abort on fatal option in kdebug
This commit is contained in:
parent
e38024bcd9
commit
e00d334905
1 changed files with 1 additions and 1 deletions
|
@ -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!
|
||||||
|
|
Loading…
Add table
Reference in a new issue