diff options
Diffstat (limited to 'kweather/main.cpp')
-rw-r--r-- | kweather/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/main.cpp b/kweather/main.cpp index 864b551..5c8d494 100644 --- a/kweather/main.cpp +++ b/kweather/main.cpp @@ -2,7 +2,7 @@ #include <tdecmdlineargs.h> #include <kdebug.h> #include <tdeaboutdata.h> -#include <klocale.h> +#include <tdelocale.h> #include <dcopclient.h> #include "weatherservice.h" |