diff options
Diffstat (limited to 'notificationswatchlet/notificationswatchletplugin.h')
-rw-r--r-- | notificationswatchlet/notificationswatchletplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notificationswatchlet/notificationswatchletplugin.h b/notificationswatchlet/notificationswatchletplugin.h index e417aea..bc305fc 100644 --- a/notificationswatchlet/notificationswatchletplugin.h +++ b/notificationswatchlet/notificationswatchletplugin.h @@ -16,7 +16,7 @@ public: ~NotificationsWatchletPlugin(); QStringList watchlets(); - Watchlet* getWatchlet(const QString& driver, QSettings& settings, WatchServer* server); + Watchlet* getWatchlet(const QString& driver, ConfigKey *settings, WatchServer* server); }; } |