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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficeui/tkcombobox.cpp b/lib/kofficeui/tkcombobox.cpp
index 592e3856a..588ffeb5a 100644
--- a/lib/kofficeui/tkcombobox.cpp
+++ b/lib/kofficeui/tkcombobox.cpp
@@ -91,7 +91,7 @@ void TKComboBox::paintEvent(TQPaintEvent*)
style().drawItem( &p, TQRect( bx, by, bw, bh), AlignCenter, colorGroup(), isEnabled(), &pixmap, TQString() );
if ( hasFocus()) {
- style().tqdrawPrimitive( TQStyle::PE_FocusRect, &p, fr, g );
+ style().drawPrimitive( TQStyle::PE_FocusRect, &p, fr, g );
}
if (!editable()) {