summaryrefslogtreecommitdiffstats
path: root/src/kbfxspinxscrollbar.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:50:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-04 09:50:47 +0900
commit612b41af2bb0590663f6488c00ebb3636f73ed8b (patch)
treeb317b50b210a33eb6013ce50cb004f9d52ed017a /src/kbfxspinxscrollbar.cpp
parentfce56fa71d1fcad9648d2c9376cd5709a508060a (diff)
downloadkbfx-r14.1.1.tar.gz
kbfx-r14.1.1.zip
Replace TQ_*Focus* and TQ_Scale* definesr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9119aa80e2361c34c3e03919f97262a068c4d5d8)
Diffstat (limited to 'src/kbfxspinxscrollbar.cpp')
-rw-r--r--src/kbfxspinxscrollbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxspinxscrollbar.cpp b/src/kbfxspinxscrollbar.cpp
index d47c6e6..f4cd784 100644
--- a/src/kbfxspinxscrollbar.cpp
+++ b/src/kbfxspinxscrollbar.cpp
@@ -30,7 +30,7 @@ KbfxSpinxScrollBar::KbfxSpinxScrollBar ( TQWidget * parent, const char *name, in
m_normal = ( *KbfxPlasmaPixmapProvider::pixmap ( "scrollnormalbot" ) );
}
TQImage _tmp_img = m_normal.convertToImage();
- _tmp_img = _tmp_img.smoothScale ( ConfigInit().m_itemView_w, m_normal.height (),TQ_ScaleFree );
+ _tmp_img = _tmp_img.smoothScale ( ConfigInit().m_itemView_w, m_normal.height (),TQImage::ScaleFree );
m_normal = TQPixmap ( _tmp_img );
this->resize ( m_normal.width (), m_normal.height () );