summaryrefslogtreecommitdiff
path: root/notificationswatchlet/notificationswatchletplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'notificationswatchlet/notificationswatchletplugin.h')
-rw-r--r--notificationswatchlet/notificationswatchletplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/notificationswatchlet/notificationswatchletplugin.h b/notificationswatchlet/notificationswatchletplugin.h
index 7efbc1c..472af5c 100644
--- a/notificationswatchlet/notificationswatchletplugin.h
+++ b/notificationswatchlet/notificationswatchletplugin.h
@@ -17,7 +17,7 @@ public:
QStringList watchlets();
WatchletInfo describeWatchlet(const QString &id);
- Watchlet* getWatchlet(const QString& id, ConfigKey *settings, WatchServer* server);
+ Watchlet* getWatchlet(const QString& id, ConfigKey *settings, Watch* watch);
};
}