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-02 15:54:20 +0900
commit7fc1f5e515890cdcaca6aaa83bf9e746a06f1b83 (patch)
tree525ed7ce1f838eef74baf76097fc6961b2db8189 /kweather
parent936476f96ca8f5533e55180e91c0278ac369f327 (diff)
downloadtdetoys-7fc1f5e515890cdcaca6aaa83bf9e746a06f1b83.tar.gz
tdetoys-7fc1f5e515890cdcaca6aaa83bf9e746a06f1b83.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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;