From 93f3acd128d6b349efe14e97b12c2703ca4f81f3 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Thu, 26 Apr 2012 01:36:20 +0200 Subject: Moved the core framework to GConf & D-Bus --- notificationswatchlet/notificationswatchletplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notificationswatchlet/notificationswatchletplugin.cpp') 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); -- cgit v1.2.3