diff options
Diffstat (limited to 'harmaccuweather/harmaccuprovider.h')
-rw-r--r-- | harmaccuweather/harmaccuprovider.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/harmaccuweather/harmaccuprovider.h b/harmaccuweather/harmaccuprovider.h index 44942ad..f7c7ca4 100644 --- a/harmaccuweather/harmaccuprovider.h +++ b/harmaccuweather/harmaccuprovider.h @@ -1,7 +1,6 @@ #ifndef CKITCALLPROVIDER_H #define CKITCALLPROVIDER_H -#include <QtCore/QTimer> #include <sowatch.h> namespace sowatch @@ -14,14 +13,14 @@ class HarmAccuProvider : public NotificationProvider Q_OBJECT public: - explicit HarmAccuProvider(int updateTime, QObject *parent = 0); + explicit HarmAccuProvider(QObject *parent = 0); ~HarmAccuProvider(); public slots: void generateNotification(); private: - int _updateTime; + }; } |