diff options
Diffstat (limited to 'sysinfowatchlet/sysinfoplugin.h')
-rw-r--r-- | sysinfowatchlet/sysinfoplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysinfowatchlet/sysinfoplugin.h b/sysinfowatchlet/sysinfoplugin.h index 8b37a1c..e22e00b 100644 --- a/sysinfowatchlet/sysinfoplugin.h +++ b/sysinfowatchlet/sysinfoplugin.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); }; } |