summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/weather/weatherpluginwidget.cpp
Side-by-side diff
Diffstat (limited to 'noncore/todayplugins/weather/weatherpluginwidget.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/todayplugins/weather/weatherpluginwidget.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/todayplugins/weather/weatherpluginwidget.cpp b/noncore/todayplugins/weather/weatherpluginwidget.cpp
index 15d1c6e..ad99a43 100644
--- a/noncore/todayplugins/weather/weatherpluginwidget.cpp
+++ b/noncore/todayplugins/weather/weatherpluginwidget.cpp
@@ -35,3 +35,3 @@
-#include <opie/oprocess.h>
+#include <opie2/oprocess.h>
@@ -87,3 +87,3 @@ void WeatherPluginWidget::retreiveData()
frequency = config.readNumEntry( "Frequency", 5 );
-
+
startTimer( frequency * 60000 );
@@ -116,3 +116,3 @@ void WeatherPluginWidget::displayWeather()
QFile file( localFile );
-
+
if ( file.size() > 0 && file.open( IO_ReadOnly ) )