head 1.1; access; symbols AS_AFTER_RESTRUCTURING:1.1; locks; strict; comment @# @; 1.1 date 2002.11.18.22.10.11; author ms; state Exp; branches; next ; desc @@ 1.1 log @Revamp of graphics to be more consistent, and add recognition for both OSSP and Qt projects. @ text @/* XPM */ static const char *s_kpcWhatsthis_xpm[] = { /* width height ncolors chars_per_pixel */ "16 16 3 1", /* colors */ "# c None", ". c #000000", "a c #000083", /* pixels */ ".########aaaaa##", "..######aaa#aaa#", "...####aaa###aaa", "....###aa#####aa", ".....##aa#####aa", "......##a####aaa", ".......#####aaa#", "........###aaa##", ".........#aaa###", ".....#####aaa###", "..#...##########", ".##...####aaa###", "####...###aaa###", "####...#########", "#####...########", "#####...########" }; @