diff options
author | Michele Calgaro <[email protected]> | 2023-09-02 15:48:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-02 15:48:59 +0900 |
commit | 5e8c1c961f1bc34bc46c9434d2c697a3af192cd2 (patch) | |
tree | 2ad702609a927b77e4dbbb006d978e4558ee4cc2 /k9author/k9menuedit.cpp | |
parent | aeb889609e2496f99b93bfa62364a58f9ec06126 (diff) | |
download | k9copy-5e8c1c961f1bc34bc46c9434d2c697a3af192cd2.tar.gz k9copy-5e8c1c961f1bc34bc46c9434d2c697a3af192cd2.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'k9author/k9menuedit.cpp')
-rw-r--r-- | k9author/k9menuedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k9author/k9menuedit.cpp b/k9author/k9menuedit.cpp index 129b252..54a9a7a 100644 --- a/k9author/k9menuedit.cpp +++ b/k9author/k9menuedit.cpp @@ -120,7 +120,7 @@ void k9MenuEdit::urBackgroundSelected(const TQString &_fileName) { //...otherwise, set the menu background image TQImage img; img.load(_fileName); - img=img.smoothScale(720,m_imageHeight,TQ_ScaleMax); + img=img.smoothScale(720,m_imageHeight,TQImage::ScaleMax); setBackgroundImage(img); } } |