diff options
Diffstat (limited to 'metawatchwatchlets/metawatchwatchletsplugin.cpp')
-rw-r--r-- | metawatchwatchlets/metawatchwatchletsplugin.cpp | 2 |
1 files changed, 1 insertions, 1 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) |