Moved BitButton::paintEvent from kcalc_bitset.cpp to bitbutton.cpp
BitButton::paintEvent
currently is in kcalc_bitset.cpp
for some reason.
It would be better to have it in bitbutton.cpp
(where the rest of the BitButton
class is implemented) to avoid future confusion.