summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/weather/weatherpluginwidget.h
Side-by-side diff
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 @@
-#include <unistd.h>
-
+class OProcess;
class QLabel;
@@ -58,3 +57,3 @@ class WeatherPluginWidget : public QWidget {
QLabel *weatherIcon;
-
+
void timerEvent( QTimerEvent * );
@@ -66,2 +65,5 @@ class WeatherPluginWidget : public QWidget {
void getIcon( const QString & );
+
+ private slots:
+ void dataRetrieved( OProcess * );
};