diff options
Diffstat (limited to 'kweather/dockwidget.cpp')
-rw-r--r-- | kweather/dockwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kweather/dockwidget.cpp b/kweather/dockwidget.cpp index 1e223bd..69ef98c 100644 --- a/kweather/dockwidget.cpp +++ b/kweather/dockwidget.cpp @@ -27,8 +27,8 @@ #include <tqobjectlist.h> #include <kdebug.h> -#include <kglobalsettings.h> -#include <klocale.h> +#include <tdeglobalsettings.h> +#include <tdelocale.h> dockwidget::dockwidget(const TQString &location, TQWidget *parent, const char *name) : TQWidget(parent,name), m_locationCode( location ), m_orientation(Qt::Horizontal ) |