diff options
Diffstat (limited to 'notificationswatchlet/notificationswatchletplugin.cpp')
-rw-r--r-- | notificationswatchlet/notificationswatchletplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notificationswatchlet/notificationswatchletplugin.cpp b/notificationswatchlet/notificationswatchletplugin.cpp index a3ebbd7..5f4875f 100644 --- a/notificationswatchlet/notificationswatchletplugin.cpp +++ b/notificationswatchlet/notificationswatchletplugin.cpp @@ -19,7 +19,7 @@ QStringList NotificationsWatchletPlugin::watchlets() return l; } -Watchlet* NotificationsWatchletPlugin::getWatchlet(const QString& driver, QSettings& settings, WatchServer *server) +Watchlet* NotificationsWatchletPlugin::getWatchlet(const QString& driver, ConfigKey *settings, WatchServer *server) { Q_UNUSED(driver); Q_UNUSED(settings); |