forward changes in the spinHeight too.

svn path=/trunk/KDE/kdebase/workspace/; revision=1157425
This commit is contained in:
Sebastian Sauer 2010-07-31 01:26:21 +00:00
parent 307752a9bf
commit 1a320e0f51

View file

@ -53,6 +53,7 @@ MagnifierEffectConfig::MagnifierEffectConfig(QWidget* parent, const QVariantList
connect(m_ui->editor, SIGNAL(keyChange()), this, SLOT(changed()));
connect(m_ui->spinWidth, SIGNAL(valueChanged(int)), this, SLOT(changed()));
connect(m_ui->spinHeight, SIGNAL(valueChanged(int)), this, SLOT(changed()));
// Shortcut config. The shortcut belongs to the component "kwin"!
m_actionCollection = new KActionCollection( this, KComponentData("kwin") );