Cursor theme in Qt4 application changes according to the system setting. One way to get the default Qt4 cursor back is to do the following;

create .icons/default folder;

paste the following in index.theme
Qt Code:
  1. [Index Theme]
  2. Name = Default
  3. Inherits = crystalblue
To copy to clipboard, switch view to plain text mode 

Hope that helps.