diff options
Diffstat (limited to 'kate/part/katekeyinterceptorfunctor.h')
-rw-r--r-- | kate/part/katekeyinterceptorfunctor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/part/katekeyinterceptorfunctor.h b/kate/part/katekeyinterceptorfunctor.h index 0126ff814..2a973026a 100644 --- a/kate/part/katekeyinterceptorfunctor.h +++ b/kate/part/katekeyinterceptorfunctor.h @@ -17,7 +17,7 @@ */ #ifndef _KATE_KEY_INTERCEPTOR_FUNCTOR_H #define _KATE_KEY_INTERCEPTOR_FUNCTOR_H -#include <kshortcut.h> +#include <tdeshortcut.h> class KateKeyInterceptorFunctor { public: virtual bool operator()(KKey key)=0; |