diff options
Diffstat (limited to 'kjsembed/cpptests')
-rw-r--r-- | kjsembed/cpptests/jsaccess/jsaccess.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kjsembed/cpptests/jsaccess/jsaccess.cpp b/kjsembed/cpptests/jsaccess/jsaccess.cpp index 4df5666a..75c15024 100644 --- a/kjsembed/cpptests/jsaccess/jsaccess.cpp +++ b/kjsembed/cpptests/jsaccess/jsaccess.cpp @@ -19,9 +19,9 @@ #include <kdebug.h> -#include <kaboutdata.h> -#include <kapplication.h> -#include <kcmdlineargs.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> #include <klocale.h> #include <kjs/interpreter.h> |