summaryrefslogtreecommitdiffstats
path: root/lib/kofficeui/tkcombobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficeui/tkcombobox.cpp')
-rw-r--r--lib/kofficeui/tkcombobox.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kofficeui/tkcombobox.cpp b/lib/kofficeui/tkcombobox.cpp
index cd20f7901..c7b2a8b2a 100644
--- a/lib/kofficeui/tkcombobox.cpp
+++ b/lib/kofficeui/tkcombobox.cpp
@@ -87,11 +87,11 @@ void TKComboBox::paintEvent(TQPaintEvent*)
TQPixmap pixmap(arrow_down);
- tqstyle().drawControl( TQStyle::CE_PushButton, &p, this, TQRect( bx, by, bw, bh ), colorGroup() );
- tqstyle().drawItem( &p, TQRect( bx, by, bw, bh), AlignCenter, colorGroup(), isEnabled(), &pixmap, TQString() );
+ style().drawControl( TQStyle::CE_PushButton, &p, this, TQRect( bx, by, bw, bh ), colorGroup() );
+ style().drawItem( &p, TQRect( bx, by, bw, bh), AlignCenter, colorGroup(), isEnabled(), &pixmap, TQString() );
if ( hasFocus()) {
- tqstyle().tqdrawPrimitive( TQStyle::PE_FocusRect, &p, fr, g );
+ style().tqdrawPrimitive( TQStyle::PE_FocusRect, &p, fr, g );
}
if (!editable()) {