diff options
Diffstat (limited to 'meecastweather/meecastprovider.h')
-rw-r--r-- | meecastweather/meecastprovider.h | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/meecastweather/meecastprovider.h b/meecastweather/meecastprovider.h index 4524e12..ae2589a 100644 --- a/meecastweather/meecastprovider.h +++ b/meecastweather/meecastprovider.h @@ -1,20 +1,22 @@ -#ifndef HARMACCUPROVIDER_H -#define HARMACCUPROVIDER_H +#ifndef MEECASTPROVIDER_H +#define MEECASTPROVIDER_H #include <sowatch.h> namespace sowatch { -class HarmAccuWeather; +class MeeCastWeather; -class HarmAccuProvider : public NotificationProvider +class MeeCastProvider : public NotificationProvider { Q_OBJECT public: - explicit HarmAccuProvider(QObject *parent = 0); - ~HarmAccuProvider(); + explicit MeeCastProvider(QObject *parent = 0); + ~MeeCastProvider(); + + static const QLatin1String myId; public slots: void generateNotification(); |