summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/weather/weatherconfig.h
Side-by-side diff
Diffstat (limited to 'noncore/todayplugins/weather/weatherconfig.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/todayplugins/weather/weatherconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/todayplugins/weather/weatherconfig.h b/noncore/todayplugins/weather/weatherconfig.h
index d9ffec2..1780c7f 100644
--- a/noncore/todayplugins/weather/weatherconfig.h
+++ b/noncore/todayplugins/weather/weatherconfig.h
@@ -23,25 +23,25 @@
    --        :-=` Free Software Foundation, Inc.,
59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/
#ifndef WEATHER_PLUGIN_CONFIG_H
#define WEATHER_PLUGIN_CONFIG_H
#include <qstring.h>
#include <qwidget.h>
-#include <opie/todayconfigwidget.h>
+#include <opie2/todayconfigwidget.h>
class QCheckBox;
class QLineEdit;
class QPushButton;
class QSpinBox;
class WeatherPluginConfig : public TodayConfigWidget
{
Q_OBJECT
public:
WeatherPluginConfig( QWidget *parent, const char *name );
~WeatherPluginConfig();