diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:48:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-03 22:42:31 +0900 |
commit | c063a706bb5c136b364ff0b391d9e06746d102b9 (patch) | |
tree | afb85141498b0b77e4eaa6ea2b12e6844e6fe357 /src/fastscale/scale.h | |
parent | 04086637d9bcdd8b39d1ae2c4025a92d248e7755 (diff) | |
download | k3b-c063a706bb5c136b364ff0b391d9e06746d102b9.tar.gz k3b-c063a706bb5c136b364ff0b391d9e06746d102b9.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ed876dc3743b8e65fa280010fb53abb079b982ef)
Diffstat (limited to 'src/fastscale/scale.h')
-rw-r--r-- | src/fastscale/scale.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fastscale/scale.h b/src/fastscale/scale.h index 9aab7db..e02062a 100644 --- a/src/fastscale/scale.h +++ b/src/fastscale/scale.h @@ -27,7 +27,7 @@ namespace ImageUtils { enum SmoothAlgorithm { SMOOTH_NONE, SMOOTH_FAST, SMOOTH_NORMAL, SMOOTH_BEST }; TQImage scale(const TQImage& image, int width, int height, - SmoothAlgorithm alg, TQ_ScaleMode mode = TQ_ScaleFree, double blur = 1.0); + SmoothAlgorithm alg, TQImage::ScaleMode mode = TQImage::ScaleFree, double blur = 1.0); } #endif |