Backport: Fixed shadow color button signal not being picked up.

svn path=/branches/KDE/4.2/kdebase/workspace/; revision=918999
This commit is contained in:
Lucas Murray 2009-01-31 09:31:46 +00:00
parent e5bdb2e6c6
commit 87d613a38a

View file

@ -54,7 +54,7 @@ ShadowEffectConfig::ShadowEffectConfig(QWidget* parent, const QVariantList& args
connect( m_ui->opacitySpin, SIGNAL( valueChanged( int )), this, SLOT( changed() ));
connect( m_ui->fuzzinessSpin, SIGNAL( valueChanged( int )), this, SLOT( changed() ));
connect( m_ui->sizeSpin, SIGNAL( valueChanged( int )), this, SLOT( changed() ));
connect( m_ui->colorButton, SIGNAL( changed( int )), this, SLOT( changed() ));
connect( m_ui->colorButton, SIGNAL( changed( QColor )), this, SLOT( changed() ));
connect( m_ui->strongerActiveBox, SIGNAL( stateChanged( int )), this, SLOT( changed() ));
connect( m_ui->forceDecoratedBox, SIGNAL( stateChanged( int )), this, SLOT( changed() ));