From cf54773b561c324596b25739888b8ab5b4b45bd1 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Wed, 15 Aug 2012 16:24:46 +0200 Subject: preparing meecastplugin --- meecastweather/meecastplugin.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'meecastweather/meecastplugin.h') 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 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 -- cgit v1.2.3