diff --git a/kstyle/animations/breezebusyindicatorengine.cpp b/kstyle/animations/breezebusyindicatorengine.cpp index 7b71fcbd..d9a84a21 100644 --- a/kstyle/animations/breezebusyindicatorengine.cpp +++ b/kstyle/animations/breezebusyindicatorengine.cpp @@ -108,8 +108,8 @@ void BusyIndicatorEngine::setValue(int value) animated = true; // emit update signal on object - if (const_cast(iter.key())->inherits("QQuickStyleItem")) { - // QtQuickControls "rerender" method is updateItem + if (const_cast(iter.key())->inherits("KQuickStyleItem")) { + // KQuickStyleItem "rerender" method is updateItem QMetaObject::invokeMethod(const_cast(iter.key()), "updateItem", Qt::QueuedConnection); } else {