summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/weather/weatherplugin.h
Side-by-side diff
Diffstat (limited to 'noncore/todayplugins/weather/weatherplugin.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/todayplugins/weather/weatherplugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/todayplugins/weather/weatherplugin.h b/noncore/todayplugins/weather/weatherplugin.h
index 480d220..73e7104 100644
--- a/noncore/todayplugins/weather/weatherplugin.h
+++ b/noncore/todayplugins/weather/weatherplugin.h
@@ -20,30 +20,30 @@
 :     =  ...= . :.=- You should have received a copy of the GNU
 -.   .:....=;==+<; General Public License along with this file;
  -_. . .   )=.  = see the file COPYING. If not, write to the
    --        :-=` Free Software Foundation, Inc.,
59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/
#ifndef WEATHER_PLUGIN_H
#define WEATHER_PLUGIN_H
+#include <opie2/todayplugininterface.h>
+#include <opie2/todayconfigwidget.h>
+
#include <qstring.h>
#include <qwidget.h>
-#include <opie/todayplugininterface.h>
-#include <opie/todayconfigwidget.h>
-
class WeatherPlugin : public TodayPluginObject
{
public:
WeatherPlugin();
~WeatherPlugin();
QString pluginName() const;
double versionNumber() const;
QString pixmapNameWidget() const;
QWidget *widget(QWidget *);
QString pixmapNameConfig() const;
QString appName() const;