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