From 4b657979ec0fccf8904edfef636f23347caa3962 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 2 Sep 2023 15:50:23 +0900 Subject: Replace TQ_*Focus* and TQ_Scale* defines Signed-off-by: Michele Calgaro (cherry picked from commit d82c9bd8b659143ef1c13dfff0f0a1a6da99e11f) --- src/entryiconview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entryiconview.cpp') diff --git a/src/entryiconview.cpp b/src/entryiconview.cpp index c932573..1364680 100644 --- a/src/entryiconview.cpp +++ b/src/entryiconview.cpp @@ -105,7 +105,7 @@ const TQPixmap& EntryIconView::defaultPixmap() { tmp = UserIcon(TQString::fromLatin1("tellico")); } if(TQMAX(tmp.width(), tmp.height()) > static_cast(MIN_ENTRY_ICON_SIZE)) { - tmp.convertFromImage(tmp.convertToImage().smoothScale(m_maxIconWidth, m_maxIconHeight, TQ_ScaleMin)); + tmp.convertFromImage(tmp.convertToImage().smoothScale(m_maxIconWidth, m_maxIconHeight, TQImage::ScaleMin)); } pix = new TQPixmap(tmp); m_defaultPixmaps.insert(m_coll->type(), pix); -- cgit v1.2.1