[kwinrules] KIcon -> QIcon::fromTheme
This commit is contained in:
parent
6dd47092f7
commit
3956c73c53
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,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"));
|
||||
setWindowIcon(QIcon::fromTheme("preferences-system-windows-actions"));
|
||||
|
||||
widget = new RulesWidget(this);
|
||||
setMainWidget(widget);
|
||||
|
|
Loading…
Reference in a new issue