summaryrefslogtreecommitdiffstats
path: root/kalzium/src/detailinfodlg.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:53:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-04 10:10:24 +0900
commit7a9e5fefa81e292e306c727fab3e2a2b29c35c6e (patch)
treec8228cbdd6ab9c518a234013eb41e07f50ef3284 /kalzium/src/detailinfodlg.cpp
parenta4d6089d3190091585de62066433167bc70007ab (diff)
downloadtdeedu-7a9e5fef.tar.gz
tdeedu-7a9e5fef.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f673794b12fa8685c6682fad9ce67a3a971e25f9)
Diffstat (limited to 'kalzium/src/detailinfodlg.cpp')
-rw-r--r--kalzium/src/detailinfodlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kalzium/src/detailinfodlg.cpp b/kalzium/src/detailinfodlg.cpp
index 97dd76e6..36b8fdd0 100644
--- a/kalzium/src/detailinfodlg.cpp
+++ b/kalzium/src/detailinfodlg.cpp
@@ -389,7 +389,7 @@ void DetailedInfoDlg::reloadContent()
if ( TQFile::exists( picpath ) )
{
TQImage img( picpath, "JPEG" );
- img = img.smoothScale ( 400, 400, TQ_ScaleMin );
+ img = img.smoothScale ( 400, 400, TQImage::ScaleMin );
TQPixmap pic;
pic.convertFromImage( img );
piclabel->setPixmap( pic );