diff options
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 |