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/meecastplugin.h | |
parent | 2ecf718cc9d460ad192de196aac8d13e30a7ab4c (diff) | |
download | sowatch-cf54773b561c324596b25739888b8ab5b4b45bd1.tar.gz sowatch-cf54773b561c324596b25739888b8ab5b4b45bd1.zip |
preparing meecastplugin
Diffstat (limited to 'meecastweather/meecastplugin.h')
-rw-r--r-- | meecastweather/meecastplugin.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meecastweather/meecastplugin.h b/meecastweather/meecastplugin.h index 535b4a2..82d8684 100644 --- a/meecastweather/meecastplugin.h +++ b/meecastweather/meecastplugin.h @@ -1,19 +1,19 @@ -#ifndef CKITCALLPLUGIN_H -#define CKITCALLPLUGIN_H +#ifndef MEECASTPLUGIN_H +#define MEECASTPLUGIN_H #include <sowatch.h> namespace sowatch { -class HarmAccuPlugin : public QObject, public NotificationPluginInterface +class MeeCastPlugin : public QObject, public NotificationPluginInterface { Q_OBJECT Q_INTERFACES(sowatch::NotificationPluginInterface) public: - HarmAccuPlugin(QObject *parent = 0); - ~HarmAccuPlugin(); + MeeCastPlugin(QObject *parent = 0); + ~MeeCastPlugin(); QStringList providers(); NotificationProviderInfo describeProvider(const QString &driver); @@ -22,4 +22,4 @@ public: } -#endif // CKITCALLPLUGIN_H +#endif // MEECASTPLUGIN_H |