From 51701e30d710ad016ddf2d306cdd7be122ddf25b Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 11 Aug 2012 15:30:38 +0200 Subject: adding test notification backend --- harmaccuweather/harmaccuprovider.h | 6 +++--- harmaccuweather/harmaccuweather.pro | 6 ++---- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'harmaccuweather') diff --git a/harmaccuweather/harmaccuprovider.h b/harmaccuweather/harmaccuprovider.h index f7c7ca4..4524e12 100644 --- a/harmaccuweather/harmaccuprovider.h +++ b/harmaccuweather/harmaccuprovider.h @@ -1,5 +1,5 @@ -#ifndef CKITCALLPROVIDER_H -#define CKITCALLPROVIDER_H +#ifndef HARMACCUPROVIDER_H +#define HARMACCUPROVIDER_H #include @@ -25,4 +25,4 @@ private: } -#endif // CKITCALLPROVIDER_H +#endif // HARMACCUPROVIDER_H diff --git a/harmaccuweather/harmaccuweather.pro b/harmaccuweather/harmaccuweather.pro index f24c943..9f60ba2 100644 --- a/harmaccuweather/harmaccuweather.pro +++ b/harmaccuweather/harmaccuweather.pro @@ -4,11 +4,9 @@ CONFIG += plugin CONFIG += mobility MOBILITY += systeminfo -SOURCES += harmaccuplugin.cpp harmaccuprovider.cpp \ - harmaccuweather.cpp +SOURCES += harmaccuplugin.cpp harmaccuprovider.cpp harmaccuweather.cpp -HEADERS += harmaccuplugin.h harmaccuprovider.h \ - harmaccuweather.h +HEADERS += harmaccuplugin.h harmaccuprovider.h harmaccuweather.h unix: LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch -- cgit v1.2.3