summaryrefslogtreecommitdiffstats
path: root/kmix
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-24 10:56:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-24 10:56:06 +0900
commit1304109bee51323c2fb7258df91b2d4eccd83030 (patch)
tree1b582285fd2ce3f94ff1dfaba430d5aaa21eb977 /kmix
parentcf9759fa992775e54adc65e127ead1989821cd54 (diff)
downloadtdemultimedia-1304109bee51323c2fb7258df91b2d4eccd83030.tar.gz
tdemultimedia-1304109bee51323c2fb7258df91b2d4eccd83030.zip
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmix')
-rw-r--r--kmix/ksmallslider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmix/ksmallslider.cpp b/kmix/ksmallslider.cpp
index 5e344959..77ab0112 100644
--- a/kmix/ksmallslider.cpp
+++ b/kmix/ksmallslider.cpp
@@ -225,7 +225,7 @@ void KSmallSlider::paintEvent( TQPaintEvent * )
int sliderPos = positionFromValue( TQRangeControl::value() );
// ------------------------ draw 3d border ---------------------------------------------
- style().tqdrawPrimitive ( TQStyle::PE_Panel, &p, TQRect( 0, 0, width(), height() ), colorGroup(), TRUE );
+ style().drawPrimitive ( TQStyle::PE_Panel, &p, TQRect( 0, 0, width(), height() ), colorGroup(), TRUE );
// ------------------------ draw lower/left part ----------------------------------------