trigger 'changed' when active window glow is enabled/disabled

svn path=/trunk/KDE/kdebase/workspace/; revision=1060064
This commit is contained in:
Hugo Pereira Da Costa 2009-12-07 23:53:02 +00:00
parent 1698f34b6f
commit 0281658d1d

View file

@ -100,6 +100,7 @@ namespace Oxygen
connect( ui.titleOutline, SIGNAL(toggled( bool )), ui.drawSeparator, SLOT( setDisabled( bool ) ) );
connect( shadowConfigurations[0], SIGNAL( changed() ), SIGNAL( changed() ) );
connect( shadowConfigurations[0], SIGNAL( toggled( bool ) ), SIGNAL( changed() ) );
connect( shadowConfigurations[1], SIGNAL( changed() ), SIGNAL( changed() ) );
connect( ui.titleAlignment, SIGNAL(currentIndexChanged(int)), SIGNAL( changed() ) );
connect( ui.buttonSize, SIGNAL(currentIndexChanged(int)), SIGNAL(changed()) );