Fixed shadow color button signal not being picked up.

svn path=/trunk/KDE/kdebase/workspace/; revision=918989
This commit is contained in:
Lucas Murray 2009-01-31 09:13:23 +00:00
parent cea8e1a286
commit e93f4306d9

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() ));