summaryrefslogtreecommitdiff
path: root/harmaccuweather/harmaccuprovider.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-10-16 20:58:29 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-10-16 20:58:29 +0200
commit2c8f42cc6ad1c67c5ee0110393c7ee756d14044e (patch)
treee5f2d5d12c95533f17ef95909b1713a70e5559ef /harmaccuweather/harmaccuprovider.h
parent4da9bced6a27b92d49b9fc9392946510b8519d82 (diff)
downloadsowatch-2c8f42cc6ad1c67c5ee0110393c7ee756d14044e.tar.gz
sowatch-2c8f42cc6ad1c67c5ee0110393c7ee756d14044e.zip
Now monitoring AccuWeather's config file
Diffstat (limited to 'harmaccuweather/harmaccuprovider.h')
-rw-r--r--harmaccuweather/harmaccuprovider.h5
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;
+
};
}