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