summaryrefslogtreecommitdiffstats
path: root/kdepasswd/kcm/chfacedlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdepasswd/kcm/chfacedlg.cpp')
-rw-r--r--kdepasswd/kcm/chfacedlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdepasswd/kcm/chfacedlg.cpp b/kdepasswd/kcm/chfacedlg.cpp
index c5f700338..8344164db 100644
--- a/kdepasswd/kcm/chfacedlg.cpp
+++ b/kdepasswd/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(), TQImage::ScaleMin );// Should be no bigger than certain size.
+ pix = pix.scale( KCFGUserAccount::faceSize(), KCFGUserAccount::faceSize(), TQ_ScaleMin );// Should be no bigger than certain size.
if ( saveCopy )
{