summaryrefslogtreecommitdiffstats
path: root/src/entryiconview.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-02 15:50:23 +0900
committerMichele Calgaro <[email protected]>2023-09-03 22:55:20 +0900
commit4b657979ec0fccf8904edfef636f23347caa3962 (patch)
tree6e56f2ff567a5df1e23653c27dc39f2e7994c432 /src/entryiconview.cpp
parent31fba8412589656cf1c330ad617732a346309344 (diff)
downloadtellico-4b657979ec0fccf8904edfef636f23347caa3962.tar.gz
tellico-4b657979ec0fccf8904edfef636f23347caa3962.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit d82c9bd8b659143ef1c13dfff0f0a1a6da99e11f)
Diffstat (limited to 'src/entryiconview.cpp')
-rw-r--r--src/entryiconview.cpp2
1 files changed, 1 insertions, 1 deletions
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<int>(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);