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/imageutils.h | |
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/imageutils.h')
-rw-r--r-- | src/imageutils/imageutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imageutils/imageutils.h b/src/imageutils/imageutils.h index 5ec9b09..2cf8559 100644 --- a/src/imageutils/imageutils.h +++ b/src/imageutils/imageutils.h @@ -30,7 +30,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); int extraScalePixels( SmoothAlgorithm alg, double zoom, double blur = 1.0 ); |