summaryrefslogtreecommitdiffstats
path: root/kalzium/src/detailinfodlg.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-02 15:53:00 +0900
committerMichele Calgaro <[email protected]>2023-09-02 15:53:00 +0900
commitf673794b12fa8685c6682fad9ce67a3a971e25f9 (patch)
tree69d91438b76689d69e1c260e938f921ed38c3007 /kalzium/src/detailinfodlg.cpp
parent1a98e8940e38ae92cf28efcbc945e88c4b25af1c (diff)
downloadtdeedu-f673794b12fa8685c6682fad9ce67a3a971e25f9.tar.gz
tdeedu-f673794b12fa8685c6682fad9ce67a3a971e25f9.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <[email protected]>
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 );