diff options
Diffstat (limited to 'kspy')
-rw-r--r-- | kspy/main.cpp | 4 | ||||
-rw-r--r-- | kspy/spy.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kspy/main.cpp b/kspy/main.cpp index c191c0ee..9a1515bb 100644 --- a/kspy/main.cpp +++ b/kspy/main.cpp @@ -15,8 +15,8 @@ * * ***************************************************************************/ -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #include <klocale.h> #include "spy.h" @@ -22,7 +22,7 @@ #include <config.h> #endif -#include <kapplication.h> +#include <tdeapplication.h> #include <tqwidget.h> class NavView; |