From 4419ae48793b07591929aff8c69a381e7a5bbb32 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 2 Sep 2023 15:54:11 +0900 Subject: Replace TQ_*Focus* and TQ_Scale* defines Signed-off-by: Michele Calgaro --- kuiviewer/quicreator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kuiviewer') 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 -- cgit v1.2.1