I realize this is a little bit old, but I need to post here the solution because I encountered myself the same problem today.
So, in order to have again qt4 applications running, modify in
.kde/share/config/kdeglobals
Code:
[General]
shadeSortColumn=true
widgetStyle=gtk+ <- CHANGE THIS TO
widgetStyle=oxygen <- THIS
Everything should start now ok.