summaryrefslogtreecommitdiff
path: root/qmafwwatchlet/qmafwwatchletplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmafwwatchlet/qmafwwatchletplugin.h')
-rw-r--r--qmafwwatchlet/qmafwwatchletplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmafwwatchlet/qmafwwatchletplugin.h b/qmafwwatchlet/qmafwwatchletplugin.h
index 11e99af..7087a1a 100644
--- a/qmafwwatchlet/qmafwwatchletplugin.h
+++ b/qmafwwatchlet/qmafwwatchletplugin.h
@@ -1,6 +1,7 @@
#ifndef QMAFWPLUGIN_H
#define QMAFWPLUGIN_H
+#include <QtDBus/QDBusConnection>
#include <sowatch.h>
namespace sowatch
@@ -13,7 +14,6 @@ class QMafwWatchletPlugin : public QObject, public WatchletPluginInterface
public:
explicit QMafwWatchletPlugin(QObject *parent = 0);
- ~QMafwWatchletPlugin();
QStringList watchlets();
WatchletInfo describeWatchlet(const QString &id);