diff options
Diffstat (limited to 'meegohandsetnotification/meegohandsetplugin.h')
-rw-r--r-- | meegohandsetnotification/meegohandsetplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meegohandsetnotification/meegohandsetplugin.h b/meegohandsetnotification/meegohandsetplugin.h index 616fb9b..4d826dc 100644 --- a/meegohandsetnotification/meegohandsetplugin.h +++ b/meegohandsetnotification/meegohandsetplugin.h @@ -16,7 +16,7 @@ public: ~MeegoHandsetPlugin(); QStringList providers(); - NotificationProvider* getProvider(const QString& driver, QSettings& settings, QObject *parent = 0); + NotificationProvider* getProvider(const QString& driver, ConfigKey *settings, QObject *parent = 0); }; } |