diff options
Diffstat (limited to 'meegohandsetnotification/meegohandsetplugin.cpp')
-rw-r--r-- | meegohandsetnotification/meegohandsetplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meegohandsetnotification/meegohandsetplugin.cpp b/meegohandsetnotification/meegohandsetplugin.cpp index bac41aa..0f50575 100644 --- a/meegohandsetnotification/meegohandsetplugin.cpp +++ b/meegohandsetnotification/meegohandsetplugin.cpp @@ -18,7 +18,7 @@ QStringList MeegoHandsetPlugin::providers() return providers; } -NotificationProvider* MeegoHandsetPlugin::getProvider(const QString& driver, QSettings& settings, QObject *parent) +NotificationProvider* MeegoHandsetPlugin::getProvider(const QString& driver, ConfigKey* settings, QObject *parent) { Q_UNUSED(driver); Q_UNUSED(settings); |