[kwinrules] drop componentData()

This commit is contained in:
Martin Gräßlin 2013-09-30 08:44:16 +02:00
parent e2afaacdb6
commit 6dd47092f7

View file

@ -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);