#ifndef MEECASTPROVIDER_H #define MEECASTPROVIDER_H #include namespace sowatch { class MeeCastWeather; class MeeCastProvider : public NotificationProvider { Q_OBJECT public: explicit MeeCastProvider(QObject *parent = 0); ~MeeCastProvider(); static const QLatin1String myId; public slots: void generateNotification(); private: }; } #endif // HARMACCUPROVIDER_H