export containmentactions plugins in the new way

This commit is contained in:
Marco Martin 2013-08-14 11:45:12 +02:00
parent 6440cc0bee
commit 6be0228694

View File

@ -159,4 +159,8 @@ class PLASMA_EXPORT ContainmentActions : public QObject
K_PLUGIN_FACTORY(factory, registerPlugin<classname>();) \
K_EXPORT_PLUGIN_VERSION(PLASMA_VERSION)
#define K_EXPORT_PLASMA_CONTAINMENTACTIONS_WITH_JSON(libname, classname, jsonFile) \
K_PLUGIN_FACTORY_WITH_JSON(factory, jsonFile, registerPlugin<classname>();) \
K_EXPORT_PLUGIN_VERSION(PLASMA_VERSION)
#endif // PLASMA_CONTAINMENTACTIONS_H