diff options
-rw-r--r-- | kkbswitch/kbswitchapp.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/kkbswitch/kbswitchapp.h b/kkbswitch/kbswitchapp.h index 62d58c1..bcd8a7b 100644 --- a/kkbswitch/kbswitchapp.h +++ b/kkbswitch/kbswitchapp.h @@ -23,11 +23,7 @@ #endif #include <tdeversion.h> -#if TDE_VERSION_MAJOR >= 3 - #include <kuniqueapplication.h> -#else - #include <kuniqueapp.h> -#endif +#include <kuniqueapplication.h> //#include <tqmap.h> |