diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:54:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-04 10:31:26 +0900 |
commit | d5e7a8219589dc8cbb928685b513aaad93a95775 (patch) | |
tree | 90bd24290e66f07a5349f9b818d1ae98cf3402c7 /kuiviewer | |
parent | 854ae8e07b5b84b8814546c46c59d050101a586b (diff) | |
download | tdesdk-d5e7a8219589dc8cbb928685b513aaad93a95775.tar.gz tdesdk-d5e7a8219589dc8cbb928685b513aaad93a95775.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4419ae48793b07591929aff8c69a381e7a5bbb32)
Diffstat (limited to 'kuiviewer')
-rw-r--r-- | kuiviewer/quicreator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kuiviewer/quicreator.cpp b/kuiviewer/quicreator.cpp index c7a9e996..0dc6da3e 100644 --- a/kuiviewer/quicreator.cpp +++ b/kuiviewer/quicreator.cpp @@ -47,7 +47,7 @@ img) if ( w ) { TQPixmap p = TQPixmap::grabWidget(w); - img = p.convertToImage().smoothScale(width,height,TQ_ScaleMin); + img = p.convertToImage().smoothScale(width,height,TQImage::ScaleMin); return true; } else |