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