Fixed shadow color button signal not being picked up.
svn path=/trunk/KDE/kdebase/workspace/; revision=918989
This commit is contained in:
parent
cea8e1a286
commit
e93f4306d9
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