diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:53:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-04 10:29:39 +0900 |
commit | 4396343fcc0f4dfd74042cbee01e311f6601f3ac (patch) | |
tree | 09ed426853fb47f0e0c0d24bdf2d27200c447ece /ksnapshot/ksnapshot.cpp | |
parent | 3eed571e596d6f96c676abc5cda6dd2f16756bc2 (diff) | |
download | tdegraphics-4396343fcc0f4dfd74042cbee01e311f6601f3ac.tar.gz tdegraphics-4396343fcc0f4dfd74042cbee01e311f6601f3ac.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0e051a3c83fc5e121be7a0497c823ed9546157eb)
Diffstat (limited to 'ksnapshot/ksnapshot.cpp')
-rw-r--r-- | ksnapshot/ksnapshot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnapshot/ksnapshot.cpp b/ksnapshot/ksnapshot.cpp index 8868fbdc..00a1b1ac 100644 --- a/ksnapshot/ksnapshot.cpp +++ b/ksnapshot/ksnapshot.cpp @@ -338,7 +338,7 @@ void KSnapshot::slotPrint() neww = newh/h*w; } - img = img.smoothScale( int(neww), int(newh), TQ_ScaleMin ); + img = img.smoothScale( int(neww), int(newh), TQImage::ScaleMin ); tqApp->processEvents(); int x = (metrics.width()-img.width())/2; |