diff --git a/widgets/pushbutton.cpp b/widgets/pushbutton.cpp index e2d015434..14a457534 100644 --- a/widgets/pushbutton.cpp +++ b/widgets/pushbutton.cpp @@ -166,7 +166,6 @@ PushButton::PushButton(QGraphicsWidget *parent) d->hoverAnimation = Animator::create(Animator::PixmapTransitionAnimation); d->hoverAnimation->setTargetWidget(this); - d->background->setElementPrefix("normal"); d->hoverAnimation->setProperty("startPixmap", d->background->framePixmap()); KPushButton *native = new KPushButton;