Add an icon to the specific window settings dialog. It takes the same icon as the contextual menu uses.

svn path=/trunk/KDE/kdebase/workspace/; revision=1067398
This commit is contained in:
Jan Gerrit Marker 2009-12-29 14:35:53 +00:00
parent d11c82c3fe
commit 2f05afa150

View file

@ -710,6 +710,7 @@ RulesDialog::RulesDialog( QWidget* parent, const char* name )
setModal( true );
setCaption( i18n( "Edit Window-Specific Settings" ) );
setButtons( Ok | Cancel );
setWindowIcon(KIcon("preferences-system-windows-actions"));
widget = new RulesWidget( this );
setMainWidget( widget );