diff options
Diffstat (limited to 'kode/kxml_compiler/parser.cpp')
-rw-r--r-- | kode/kxml_compiler/parser.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kode/kxml_compiler/parser.cpp b/kode/kxml_compiler/parser.cpp index 9881aff5c..163213f99 100644 --- a/kode/kxml_compiler/parser.cpp +++ b/kode/kxml_compiler/parser.cpp @@ -25,11 +25,11 @@ #include <kode/printer.h> #include <kode/typedef.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> |