diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-08 16:44:07 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-08 16:44:07 +0200 |
commit | 081aa7b760986092377be7f62cac3bdee7400874 (patch) | |
tree | 37b42e1bd1492a5ed64ae445182ff151cc524a56 /meegohandsetnotification/meegohandsetplugin.h | |
parent | 93f3acd128d6b349efe14e97b12c2703ca4f81f3 (diff) | |
download | sowatch-081aa7b760986092377be7f62cac3bdee7400874.tar.gz sowatch-081aa7b760986092377be7f62cac3bdee7400874.zip |
more cleanup fixes
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); }; } |