From f61dfc6557303a8bba5301927f42e5b2a7ffcac6 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 7 Jul 2013 13:50:28 +0200 Subject: add some notification support to liveview --- metawatchwatchlets/metawatchwatchletsplugin.cpp | 2 +- metawatchwatchlets/metawatchwatchletsplugin.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'metawatchwatchlets') 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 -- cgit v1.2.3