diff options
author | Michele Calgaro <[email protected]> | 2023-09-02 15:54:20 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-04 10:29:54 +0900 |
commit | f7a635a4fb9171353a8d752d1eff774dc2cc752c (patch) | |
tree | 8917f03394d4cf015549c016a79d918be675e416 /kweather | |
parent | 75029e0c5d82e5c47945cab831e95db2e76f545f (diff) | |
download | tdetoys-f7a635a4fb9171353a8d752d1eff774dc2cc752c.tar.gz tdetoys-f7a635a4fb9171353a8d752d1eff774dc2cc752c.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 7fc1f5e515890cdcaca6aaa83bf9e746a06f1b83)
Diffstat (limited to 'kweather')
-rw-r--r-- | kweather/weatherbutton.cpp | 2 |
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; |