diff options
Diffstat (limited to 'metawatchwatchlets')
-rw-r--r-- | metawatchwatchlets/metawatchwatchletsplugin.cpp | 2 | ||||
-rw-r--r-- | metawatchwatchlets/metawatchwatchletsplugin.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/metawatchwatchlets/metawatchwatchletsplugin.cpp b/metawatchwatchlets/metawatchwatchletsplugin.cpp index 4acf721..a075fa6 100644 --- a/metawatchwatchlets/metawatchwatchletsplugin.cpp +++ b/metawatchwatchlets/metawatchwatchletsplugin.cpp @@ -49,4 +49,4 @@ Watchlet* MetaWatchWatchletsPlugin::getWatchlet(const QString& id, ConfigKey *se } } -Q_EXPORT_PLUGIN2(notificationswatchlet, MetaWatchWatchletsPlugin) +Q_EXPORT_PLUGIN2(metawatchwatchlets, MetaWatchWatchletsPlugin) diff --git a/metawatchwatchlets/metawatchwatchletsplugin.h b/metawatchwatchlets/metawatchwatchletsplugin.h index 44fd944..193df89 100644 --- a/metawatchwatchlets/metawatchwatchletsplugin.h +++ b/metawatchwatchlets/metawatchwatchletsplugin.h @@ -22,4 +22,4 @@ public: } -#endif // NEKOWATCHLETPLUGIN_H +#endif // METAWATCHWATCHLETSPLUGIN_H |