diff options
Diffstat (limited to 'twin/tools/decobenchmark')
-rw-r--r-- | twin/tools/decobenchmark/main.cpp | 6 | ||||
-rw-r--r-- | twin/tools/decobenchmark/preview.cpp | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/twin/tools/decobenchmark/main.cpp b/twin/tools/decobenchmark/main.cpp index 5ef1008b5..32300016d 100644 --- a/twin/tools/decobenchmark/main.cpp +++ b/twin/tools/decobenchmark/main.cpp @@ -30,9 +30,9 @@ #include <iostream> -#include <kaboutdata.h> -#include <kapplication.h> -#include <kcmdlineargs.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> #include "preview.h" #include "main.h" diff --git a/twin/tools/decobenchmark/preview.cpp b/twin/tools/decobenchmark/preview.cpp index b6bc6691f..7c14ab038 100644 --- a/twin/tools/decobenchmark/preview.cpp +++ b/twin/tools/decobenchmark/preview.cpp @@ -21,7 +21,7 @@ #include <kdebug.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <klocale.h> #include <tdeconfig.h> #include <kglobal.h> |