diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:47:47 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-03 22:34:03 +0900 |
commit | 2d5bd98e02d799e7b5ef03d9efa0b14b8d0beeae (patch) | |
tree | 5d096f23f38a7b390a9cdedf2a8d0e70df6edba1 /src/imageutils/scale.cpp | |
parent | 5934dcb58ab02dc6e993c44910c72dca526d4c94 (diff) | |
download | gwenview-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/imageutils/scale.cpp')
-rw-r--r-- | src/imageutils/scale.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imageutils/scale.cpp b/src/imageutils/scale.cpp index fb9ab23..3c719a7 100644 --- a/src/imageutils/scale.cpp +++ b/src/imageutils/scale.cpp @@ -1924,7 +1924,7 @@ int extraScalePixels( SmoothAlgorithm alg, double zoom, double blur ) } 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(); |