diff options
Diffstat (limited to 'kweather/reportmain.cpp')
-rw-r--r-- | kweather/reportmain.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kweather/reportmain.cpp b/kweather/reportmain.cpp index d5e06fc..3e1926f 100644 --- a/kweather/reportmain.cpp +++ b/kweather/reportmain.cpp @@ -1,10 +1,10 @@ #include "reportview.h" #include <stdlib.h> -#include <kapplication.h> -#include <kcmdlineargs.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> #include <kdebug.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <kglobal.h> #include <klocale.h> #include <dcopclient.h> |