summaryrefslogtreecommitdiffstats
path: root/kweather
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:54:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-04 10:29:54 +0900
commitf7a635a4fb9171353a8d752d1eff774dc2cc752c (patch)
tree8917f03394d4cf015549c016a79d918be675e416 /kweather
parent75029e0c5d82e5c47945cab831e95db2e76f545f (diff)
downloadtdetoys-f7a635a4fb9171353a8d752d1eff774dc2cc752c.tar.gz
tdetoys-f7a635a4fb9171353a8d752d1eff774dc2cc752c.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7fc1f5e515890cdcaca6aaa83bf9e746a06f1b83)
Diffstat (limited to 'kweather')
-rw-r--r--kweather/weatherbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/weatherbutton.cpp b/kweather/weatherbutton.cpp
index f507be5..9137e54 100644
--- a/kweather/weatherbutton.cpp
+++ b/kweather/weatherbutton.cpp
@@ -98,7 +98,7 @@ void WeatherButton::generateIcons()
return;
TQImage image = pixmap()->convertToImage();
- image = image.smoothScale( pixmapSize(), TQ_ScaleMin );
+ image = image.smoothScale( pixmapSize(), TQImage::ScaleMin );
TDEIconEffect effect;