summaryrefslogtreecommitdiff
path: root/notificationswatchlet/notificationswatchletplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'notificationswatchlet/notificationswatchletplugin.h')
-rw-r--r--notificationswatchlet/notificationswatchletplugin.h2
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);
};
}