Oops .. fix property name used in qpropertyanimation

svn path=/trunk/KDE/kdelibs/; revision=1078268
This commit is contained in:
Igor Trindade Oliveira 2010-01-21 22:28:45 +00:00
parent 79db16ac7b
commit 94e48dc79f

View File

@ -271,7 +271,7 @@ Meter::Meter(QGraphicsItem *parent) :
{
d->setSizePolicyAndPreferredSize();
d->animation = new QPropertyAnimation(this, "progressChanged");
d->animation = new QPropertyAnimation(this, "meterValue");
}
Meter::~Meter()