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