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:
parent
e5bdb2e6c6
commit
87d613a38a
1 changed files with 1 additions and 1 deletions
|
@ -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() ));
|
||||
|
|
Loading…
Reference in a new issue