summaryrefslogtreecommitdiffstats
path: root/src/gvcore/filethumbnailview.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:47:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-03 22:34:03 +0900
commit2d5bd98e02d799e7b5ef03d9efa0b14b8d0beeae (patch)
tree5d096f23f38a7b390a9cdedf2a8d0e70df6edba1 /src/gvcore/filethumbnailview.cpp
parent5934dcb58ab02dc6e993c44910c72dca526d4c94 (diff)
downloadgwenview-2d5bd98e.tar.gz
gwenview-2d5bd98e.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ad5ba758d539559057f4661087f5c116d85d76ed)
Diffstat (limited to 'src/gvcore/filethumbnailview.cpp')
-rw-r--r--src/gvcore/filethumbnailview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/filethumbnailview.cpp b/src/gvcore/filethumbnailview.cpp
index 82249e4..ff528a7 100644
--- a/src/gvcore/filethumbnailview.cpp
+++ b/src/gvcore/filethumbnailview.cpp
@@ -810,7 +810,7 @@ void FileThumbnailView::startDrag() {
}
TQImage img = pix->convertToImage();
- img = img.smoothScale(size, TQ_ScaleMin);
+ img = img.smoothScale(size, TQImage::ScaleMin);
painter->drawImage(left, top, img);
}