moved interlock between 'title highlight' and 'draw separator' from config to nitrogenconfigurationui

svn path=/trunk/KDE/kdebase/workspace/; revision=1020967
This commit is contained in:
Hugo Pereira Da Costa 2009-09-07 18:20:17 +00:00
parent fe6b5e2087
commit e9de48ff50

View file

@ -70,8 +70,6 @@ namespace Nitrogen
connect( user_interface_->useOxygenShadows, SIGNAL(clicked()), SIGNAL(changed()) );
connect( user_interface_->exceptions, SIGNAL(changed()), SIGNAL(changed()) );
connect( user_interface_->titleOutline, SIGNAL(toggled( bool )), user_interface_->drawSeparator, SLOT( setDisabled( bool ) ) );
load( configurationGroup );
user_interface_->show();