summaryrefslogtreecommitdiff
path: root/qorgwatchlet/qorgwatchletplugin.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-05-04 01:24:41 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-05-04 01:24:41 +0200
commit8af1436e92c1a853b74bacc9ac0adf012fdbc4ca (patch)
tree55273b39332a99abd213b76d78d37bfb1c3447f7 /qorgwatchlet/qorgwatchletplugin.h
parent7897ec1596a4348cd926eff7c1d4f03616ed535c (diff)
downloadsowatch-8af1436e92c1a853b74bacc9ac0adf012fdbc4ca.tar.gz
sowatch-8af1436e92c1a853b74bacc9ac0adf012fdbc4ca.zip
new calendar watchlet
Diffstat (limited to 'qorgwatchlet/qorgwatchletplugin.h')
-rw-r--r--qorgwatchlet/qorgwatchletplugin.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/qorgwatchlet/qorgwatchletplugin.h b/qorgwatchlet/qorgwatchletplugin.h
index 01cb83e..dddbce2 100644
--- a/qorgwatchlet/qorgwatchletplugin.h
+++ b/qorgwatchlet/qorgwatchletplugin.h
@@ -1,19 +1,19 @@
-#ifndef QMSGWATCHLETPLUGIN_H
-#define QMSGWATCHLETPLUGIN_H
+#ifndef QORGWATCHLETPLUGIN_H
+#define QORGWATCHLETPLUGIN_H
#include <sowatch.h>
namespace sowatch
{
-class QMsgWatchletPlugin : public QObject, public WatchletPluginInterface
+class QOrgWatchletPlugin : public QObject, public WatchletPluginInterface
{
Q_OBJECT
Q_INTERFACES(sowatch::WatchletPluginInterface)
public:
- explicit QMsgWatchletPlugin(QObject *parent = 0);
- ~QMsgWatchletPlugin();
+ explicit QOrgWatchletPlugin(QObject *parent = 0);
+ ~QOrgWatchletPlugin();
QStringList watchlets();
WatchletInfo describeWatchlet(const QString &id);
@@ -22,4 +22,4 @@ public:
}
-#endif // QMSGWATCHLETPLUGIN_H
+#endif // QORWATCHLETPLUGIN_H