From a8f627e6d45af521718176586daf0253b4daa597 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 2 Sep 2023 15:52:49 +0900 Subject: Replace TQ_*Focus* and TQ_Scale* defines Signed-off-by: Michele Calgaro --- tdepasswd/kcm/chfacedlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdepasswd/kcm') diff --git a/tdepasswd/kcm/chfacedlg.cpp b/tdepasswd/kcm/chfacedlg.cpp index 0a3dbfb78..dd37bba9d 100644 --- a/tdepasswd/kcm/chfacedlg.cpp +++ b/tdepasswd/kcm/chfacedlg.cpp @@ -128,7 +128,7 @@ void ChFaceDlg::addCustomPixmap( TQString imPath, bool saveCopy ) } if ( (pix.width() > KCFGUserAccount::faceSize()) || (pix.height() > KCFGUserAccount::faceSize()) ) - pix = pix.scale( KCFGUserAccount::faceSize(), KCFGUserAccount::faceSize(), TQ_ScaleMin );// Should be no bigger than certain size. + pix = pix.scale( KCFGUserAccount::faceSize(), KCFGUserAccount::faceSize(), TQImage::ScaleMin );// Should be no bigger than certain size. if ( saveCopy ) { -- cgit v1.2.1