diff options
Diffstat (limited to 'kode/kxml_compiler/creator.cpp')
-rw-r--r-- | kode/kxml_compiler/creator.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kode/kxml_compiler/creator.cpp b/kode/kxml_compiler/creator.cpp index b297cc789..b46a99eb2 100644 --- a/kode/kxml_compiler/creator.cpp +++ b/kode/kxml_compiler/creator.cpp @@ -26,11 +26,11 @@ #include <kode/typedef.h> #include <kode/statemachine.h> -#include <kaboutdata.h> -#include <kapplication.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> #include <kdebug.h> #include <klocale.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <kglobal.h> #include <tdeconfig.h> #include <ksimpleconfig.h> |