desk-grid: bind sc editor keyChange to kcm changed

BUG: 316177
FIXED-IN: 4.11
REVIEW: 111812
icc-effect-5.14.5
Thomas Lübking 2013-07-31 12:14:13 +02:00
parent 6c420f2b11
commit 90615561e4
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ DesktopGridEffectConfig::DesktopGridEffectConfig(QWidget* parent, const QVariant
addConfig(DesktopGridConfig::self(), m_ui);
connect(m_ui->kcfg_LayoutMode, SIGNAL(currentIndexChanged(int)), this, SLOT(layoutSelectionChanged()));
connect(m_ui->desktopNameAlignmentCombo, SIGNAL(currentIndexChanged(int)), this, SLOT(changed()));
connect(m_ui->shortcutEditor, SIGNAL(keyChange()), this, SLOT(changed()));
load();
layoutSelectionChanged();