[kwinrules] drop componentData()
This commit is contained in:
parent
e2afaacdb6
commit
6dd47092f7
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ namespace KWin
|
|||
{
|
||||
|
||||
KCMRules::KCMRules(QWidget *parent, const QVariantList &)
|
||||
: KCModule(KCMRulesFactory::componentData(), parent)
|
||||
: KCModule(parent)
|
||||
, config("kwinrulesrc")
|
||||
{
|
||||
QVBoxLayout *layout = new QVBoxLayout(this);
|
||||
|
|
Loading…
Reference in a new issue