File mtaskbar-fix-keyevent-undef.diff of Package mtaskbar
--- src/thumbnailanimation.cpp.orig 2006-04-23 14:03:03.000000000 +0200 +++ src/thumbnailanimation.cpp 2006-04-23 14:13:28.000000000 +0200 @@ -24,6 +24,10 @@ #include <kpixmapio.h> #include <kwinmodule.h> +#ifdef KeyPress +#undef KeyPress +#endif + #include "mtaskbar.h" #include "thumbnailanimation.h" #include "taskbarapplet.h"