summaryrefslogtreecommitdiffstats
path: root/src/imageutils/imageutils.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-02 15:47:47 +0900
committerMichele Calgaro <[email protected]>2023-09-02 15:47:47 +0900
commitad5ba758d539559057f4661087f5c116d85d76ed (patch)
tree6b13e4aa4ae46fa242ff08fa5dac9639a8f6075b /src/imageutils/imageutils.h
parent0dfbcfeaabfddcfd01f7611619ddf4968e02b15f (diff)
downloadgwenview-ad5ba758d539559057f4661087f5c116d85d76ed.tar.gz
gwenview-ad5ba758d539559057f4661087f5c116d85d76ed.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/imageutils/imageutils.h')
-rw-r--r--src/imageutils/imageutils.h2
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 );