#ifndef CKITCALLPROVIDER_H #define CKITCALLPROVIDER_H #include namespace sowatch { class HarmAccuWeather; class HarmAccuProvider : public NotificationProvider { Q_OBJECT public: explicit HarmAccuProvider(QObject *parent = 0); ~HarmAccuProvider(); public slots: void generateNotification(); private: }; } #endif // CKITCALLPROVIDER_H