summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/weather/weatherplugin.h
Unidiff
Diffstat (limited to 'noncore/todayplugins/weather/weatherplugin.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/todayplugins/weather/weatherplugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/todayplugins/weather/weatherplugin.h b/noncore/todayplugins/weather/weatherplugin.h
index 480d220..73e7104 100644
--- a/noncore/todayplugins/weather/weatherplugin.h
+++ b/noncore/todayplugins/weather/weatherplugin.h
@@ -26,18 +26,18 @@
26 26
27*/ 27*/
28 28
29#ifndef WEATHER_PLUGIN_H 29#ifndef WEATHER_PLUGIN_H
30#define WEATHER_PLUGIN_H 30#define WEATHER_PLUGIN_H
31 31
32#include <opie2/todayplugininterface.h>
33#include <opie2/todayconfigwidget.h>
34
32#include <qstring.h> 35#include <qstring.h>
33#include <qwidget.h> 36#include <qwidget.h>
34 37
35#include <opie/todayplugininterface.h>
36#include <opie/todayconfigwidget.h>
37
38class WeatherPlugin : public TodayPluginObject 38class WeatherPlugin : public TodayPluginObject
39{ 39{
40 public: 40 public:
41 WeatherPlugin(); 41 WeatherPlugin();
42 ~WeatherPlugin(); 42 ~WeatherPlugin();
43 43