mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kioslave: adjust to KIconEffect change
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
1ccdd3a2f6
commit
523813e955
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ void ThumbnailProtocol::drawPictureFrame(QPainter *painter, const QPoint ¢er
|
|||
p.drawImage(radius, radius, transformed);
|
||||
p.end();
|
||||
|
||||
KIconEffect::shadowblur(shadow, radius, QColor(0, 0, 0, 128));
|
||||
KIconEffect::shadowBlur(shadow, radius, QColor(0, 0, 0, 128));
|
||||
|
||||
r.moveCenter(centerPos);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue