summaryrefslogtreecommitdiffstats
path: root/kuiviewer
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:54:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:54:11 +0900
commit4419ae48793b07591929aff8c69a381e7a5bbb32 (patch)
treee76dd733e1e06d26a8c80fb877b9c7c34b5d9507 /kuiviewer
parenta917f919a183240a1631b9bf500ba6c8df5cbb58 (diff)
downloadtdesdk-4419ae48793b07591929aff8c69a381e7a5bbb32.tar.gz
tdesdk-4419ae48793b07591929aff8c69a381e7a5bbb32.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kuiviewer')
-rw-r--r--kuiviewer/quicreator.cpp2
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