summaryrefslogtreecommitdiffstats
path: root/src/fastscale/scale.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:48:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:48:50 +0900
commited876dc3743b8e65fa280010fb53abb079b982ef (patch)
treeafb85141498b0b77e4eaa6ea2b12e6844e6fe357 /src/fastscale/scale.cpp
parentc19b14663d5ec4766ebd44c5daa8f1275077b0dd (diff)
downloadk3b-ed876dc3743b8e65fa280010fb53abb079b982ef.tar.gz
k3b-ed876dc3743b8e65fa280010fb53abb079b982ef.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/fastscale/scale.cpp')
-rw-r--r--src/fastscale/scale.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fastscale/scale.cpp b/src/fastscale/scale.cpp
index fb6a612..62320bf 100644
--- a/src/fastscale/scale.cpp
+++ b/src/fastscale/scale.cpp
@@ -1920,7 +1920,7 @@ void MImageScale::mimageScaleAARGB(MImageScaleInfo *isi, unsigned int *dest,
// }
TQImage scale(const TQImage& image, int width, int height,
- SmoothAlgorithm alg, TQ_ScaleMode mode, double blur )
+ SmoothAlgorithm alg, TQImage::ScaleMode mode, double blur )
{
if( image.isNull()) return image.copy();