summaryrefslogtreecommitdiffstats
path: root/juk/nowplaying.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:53:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-04 10:31:54 +0900
commit957719d7f991826271b1b5bbb3f4707dcf5a7ae5 (patch)
treec61371c00eaad07ad3149044ed3c75ecfbbc8e41 /juk/nowplaying.cpp
parentca56a9ac1fea5da3c3a3a8f92fd4a6fa7299b451 (diff)
downloadtdemultimedia-957719d7f991826271b1b5bbb3f4707dcf5a7ae5.tar.gz
tdemultimedia-957719d7f991826271b1b5bbb3f4707dcf5a7ae5.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b8cb47c3d328d373abefcff6ac2bd7b75020f8be)
Diffstat (limited to 'juk/nowplaying.cpp')
-rw-r--r--juk/nowplaying.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/nowplaying.cpp b/juk/nowplaying.cpp
index e9086f00..e5f344a6 100644
--- a/juk/nowplaying.cpp
+++ b/juk/nowplaying.cpp
@@ -123,7 +123,7 @@ void CoverItem::update(const FileHandle &file)
if(file.coverInfo()->hasCover()) {
show();
TQImage image = file.coverInfo()->pixmap(CoverInfo::Thumbnail).convertToImage();
- setPixmap(image.smoothScale(imageSize, imageSize, TQ_ScaleMin));
+ setPixmap(image.smoothScale(imageSize, imageSize, TQImage::ScaleMin));
}
else
hide();