diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-24 10:56:06 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-25 15:14:31 +0900 |
| commit | bd26faa962728155a0a4337ea54b3eb6a454df0b (patch) | |
| tree | 4ecc8023d3a669caba37d8f5a0d0b65c0ecb55c4 /arts/gui/kde/kpoti.cpp | |
| parent | de42315f33821bc5c44f2ce831f45ff88f609221 (diff) | |
| download | tdemultimedia-bd26faa962728155a0a4337ea54b3eb6a454df0b.tar.gz tdemultimedia-bd26faa962728155a0a4337ea54b3eb6a454df0b.zip | |
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1304109bee51323c2fb7258df91b2d4eccd83030)
Diffstat (limited to 'arts/gui/kde/kpoti.cpp')
| -rw-r--r-- | arts/gui/kde/kpoti.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/gui/kde/kpoti.cpp b/arts/gui/kde/kpoti.cpp index 59ba7ec8..8fc412a2 100644 --- a/arts/gui/kde/kpoti.cpp +++ b/arts/gui/kde/kpoti.cpp @@ -458,7 +458,7 @@ void KPoti::drawContents( TQPainter * p ) dbp.drawPixmap( d->buttonRect, d->bgPixmap( colorGroup() ) ); if( hasFocus() ) - style().tqdrawPrimitive( TQStyle::PE_FocusRect, &dbp, d->buttonRect, colorGroup() ); + style().drawPrimitive( TQStyle::PE_FocusRect, &dbp, d->buttonRect, colorGroup() ); paintPoti( &dbp ); dbp.end(); |
