summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/weather/weatherpluginwidget.h
Unidiff
Diffstat (limited to 'noncore/todayplugins/weather/weatherpluginwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/todayplugins/weather/weatherpluginwidget.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/noncore/todayplugins/weather/weatherpluginwidget.h b/noncore/todayplugins/weather/weatherpluginwidget.h
index 2c0238d..d2bbd8b 100644
--- a/noncore/todayplugins/weather/weatherpluginwidget.h
+++ b/noncore/todayplugins/weather/weatherpluginwidget.h
@@ -34,4 +34,3 @@
34 34
35#include <unistd.h> 35class OProcess;
36
37class QLabel; 36class QLabel;
@@ -58,3 +57,3 @@ class WeatherPluginWidget : public QWidget {
58 QLabel *weatherIcon; 57 QLabel *weatherIcon;
59 58
60 void timerEvent( QTimerEvent * ); 59 void timerEvent( QTimerEvent * );
@@ -66,2 +65,5 @@ class WeatherPluginWidget : public QWidget {
66 void getIcon( const QString & ); 65 void getIcon( const QString & );
66
67 private slots:
68 void dataRetrieved( OProcess * );
67}; 69};