diff options
Diffstat (limited to 'kweather/kweather.cpp')
-rw-r--r-- | kweather/kweather.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kweather/kweather.cpp b/kweather/kweather.cpp index 704dbe1..ab176f3 100644 --- a/kweather/kweather.cpp +++ b/kweather/kweather.cpp @@ -20,9 +20,9 @@ #include <tdeapplication.h> #include <kcmultidialog.h> #include <kdebug.h> -#include <klocale.h> +#include <tdelocale.h> #include <kiconloader.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <tdepopupmenu.h> #include <tdeconfig.h> #include <ksettings/dialog.h> |