plugins/kpackage: Rename metadata json files
Having them this long and the cpp file very short doesn't really make sense. Also, we no longer install those files, but embed then in the C++ plugins
This commit is contained in:
parent
4ed3522e60
commit
d32f9be5af
10 changed files with 5 additions and 5 deletions
|
@ -43,6 +43,6 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
K_PLUGIN_CLASS_WITH_JSON(AuroraePackage, "kwin-packagestructure-aurorae.json")
|
||||
K_PLUGIN_CLASS_WITH_JSON(AuroraePackage, "aurorae.json")
|
||||
|
||||
#include "aurorae.moc"
|
||||
|
|
|
@ -41,6 +41,6 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
K_PLUGIN_CLASS_WITH_JSON(DecorationPackage, "kwin-packagestructure-decoration.json")
|
||||
K_PLUGIN_CLASS_WITH_JSON(DecorationPackage, "decoration.json")
|
||||
|
||||
#include "decoration.moc"
|
||||
|
|
|
@ -43,6 +43,6 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
K_PLUGIN_CLASS_WITH_JSON(EffectPackageStructure, "kwin-packagestructure-effect.json")
|
||||
K_PLUGIN_CLASS_WITH_JSON(EffectPackageStructure, "effect.json")
|
||||
|
||||
#include "effect.moc"
|
||||
|
|
|
@ -41,6 +41,6 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
K_PLUGIN_CLASS_WITH_JSON(ScriptsPackage, "kwin-packagestructure-scripts.json")
|
||||
K_PLUGIN_CLASS_WITH_JSON(ScriptsPackage, "scripts.json")
|
||||
|
||||
#include "scripts.moc"
|
||||
|
|
|
@ -41,6 +41,6 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
K_PLUGIN_CLASS_WITH_JSON(SwitcherPackage, "kwin-packagestructure-windowswitcher.json")
|
||||
K_PLUGIN_CLASS_WITH_JSON(SwitcherPackage, "windowswitcher.json")
|
||||
|
||||
#include "windowswitcher.moc"
|
||||
|
|
Loading…
Reference in a new issue