qApp->setEventFilter(w7itaskbar::winEvent);...затем:bool w7itaskbar::winEvent(void *message , long *result){ MSG *msg = (MSG *)message; if ( msg->message == WM_DWMSENDICONICTHUMBNAIL ) {... } return false;}