I had in my original release of kQOAuth some pieces of code in the HMAC-SHA1 implementation that used C char pointers as data arrays instead of QByteArrays (you can blame my laziness for this...). These caused issues on non-UNIX based Qt platforms like Symbian but also on Windows, of course. I have now replaced those parts with pure Qt implementations.
Read more on kQOAuth now compatible with all Qt platforms...