diff options
Diffstat (limited to 'kweather/reportmain.cpp')
-rw-r--r-- | kweather/reportmain.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kweather/reportmain.cpp b/kweather/reportmain.cpp index 3e1926f..0055ab4 100644 --- a/kweather/reportmain.cpp +++ b/kweather/reportmain.cpp @@ -5,8 +5,8 @@ #include <tdecmdlineargs.h> #include <kdebug.h> #include <tdeaboutdata.h> -#include <kglobal.h> -#include <klocale.h> +#include <tdeglobal.h> +#include <tdelocale.h> #include <dcopclient.h> static TDECmdLineOptions options[] = |