summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/weather/weatherconfig.cpp
authordrw <drw>2004-03-02 16:05:29 (UTC)
committer drw <drw>2004-03-02 16:05:29 (UTC)
commit49bee7ab52b819a07e9b6de4576eda467d632a66 (patch) (unidiff)
tree47ecafeed72340c945e88010aaff0d21a6a34964 /noncore/todayplugins/weather/weatherconfig.cpp
parent31f776618b8615074b56dd2d3cdda3002fde671d (diff)
downloadopie-49bee7ab52b819a07e9b6de4576eda467d632a66.zip
opie-49bee7ab52b819a07e9b6de4576eda467d632a66.tar.gz
opie-49bee7ab52b819a07e9b6de4576eda467d632a66.tar.bz2
Today weather plugin: libopie -> libopie2
Diffstat (limited to 'noncore/todayplugins/weather/weatherconfig.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/todayplugins/weather/weatherconfig.cpp13
1 files changed, 6 insertions, 7 deletions
diff --git a/noncore/todayplugins/weather/weatherconfig.cpp b/noncore/todayplugins/weather/weatherconfig.cpp
index 99ee2a0..4663549 100644
--- a/noncore/todayplugins/weather/weatherconfig.cpp
+++ b/noncore/todayplugins/weather/weatherconfig.cpp
@@ -26,7 +26,11 @@
26 26
27*/ 27*/
28 28
29#include <stdlib.h> 29#include "weatherconfig.h"
30
31#include <qpe/config.h>
32#include <qpe/qpeapplication.h>
33#include <qpe/resource.h>
30 34
31#include <qcheckbox.h> 35#include <qcheckbox.h>
32#include <qclipboard.h> 36#include <qclipboard.h>
@@ -39,12 +43,7 @@
39#include <qspinbox.h> 43#include <qspinbox.h>
40#include <qwhatsthis.h> 44#include <qwhatsthis.h>
41 45
42#include <qpe/config.h> 46#include <stdlib.h>
43#include <qpe/qpeapplication.h>
44#include <qpe/resource.h>
45#include <opie/todayconfigwidget.h>
46
47#include "weatherconfig.h"
48 47
49WeatherPluginConfig::WeatherPluginConfig( QWidget *parent, const char* name) 48WeatherPluginConfig::WeatherPluginConfig( QWidget *parent, const char* name)
50 : TodayConfigWidget(parent, name ) 49 : TodayConfigWidget(parent, name )