diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-15 16:24:46 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-15 16:24:46 +0200 |
commit | cf54773b561c324596b25739888b8ab5b4b45bd1 (patch) | |
tree | 40f210f39cbb296a51473fcaa6e5b1f61f3ab998 /meecastweather/meecastweather.h | |
parent | 2ecf718cc9d460ad192de196aac8d13e30a7ab4c (diff) | |
download | sowatch-cf54773b561c324596b25739888b8ab5b4b45bd1.tar.gz sowatch-cf54773b561c324596b25739888b8ab5b4b45bd1.zip |
preparing meecastplugin
Diffstat (limited to 'meecastweather/meecastweather.h')
-rw-r--r-- | meecastweather/meecastweather.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meecastweather/meecastweather.h b/meecastweather/meecastweather.h index 8b403b9..7bd1561 100644 --- a/meecastweather/meecastweather.h +++ b/meecastweather/meecastweather.h @@ -1,5 +1,5 @@ -#ifndef HARMACCUWEATHER_H -#define HARMACCUWEATHER_H +#ifndef MEECASTWEATHER_H +#define MEECASTWEATHER_H #include <QtCore/QFileSystemWatcher> #include <QtCore/QTimer> @@ -9,14 +9,14 @@ namespace sowatch { -class HarmAccuWeather : public WeatherNotification +class MeeCastWeather : public WeatherNotification { Q_OBJECT public: - explicit HarmAccuWeather(QObject *parent = 0); + explicit MeeCastWeather(QObject *parent = 0); - static QSettings* getAccuweatherData(); + static QString configFilePath(); Type type() const; uint count() const; @@ -49,4 +49,4 @@ private: } -#endif // HARMACCUWEATHER_H +#endif // MEECASTWEATHER_H |