diff options
Diffstat (limited to 'qmafwwatchlet/qmafwwatchletplugin.h')
-rw-r--r-- | qmafwwatchlet/qmafwwatchletplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmafwwatchlet/qmafwwatchletplugin.h b/qmafwwatchlet/qmafwwatchletplugin.h index b24dcff..7e99cf5 100644 --- a/qmafwwatchlet/qmafwwatchletplugin.h +++ b/qmafwwatchlet/qmafwwatchletplugin.h @@ -17,7 +17,7 @@ public: QStringList watchlets(); WatchletInfo describeWatchlet(const QString &id, const QString &watchModel); - Watchlet* getWatchlet(const QString &id, ConfigKey *config, WatchServer *server); + Watchlet* getWatchlet(const QString &id, ConfigKey *config, Watch *watch); }; } |