diff options
Diffstat (limited to 'knotes')
-rw-r--r-- | knotes/knotebutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knotes/knotebutton.cpp b/knotes/knotebutton.cpp index 5bee8384c..47d64a3ea 100644 --- a/knotes/knotebutton.cpp +++ b/knotes/knotebutton.cpp @@ -78,7 +78,7 @@ void KNoteButton::drawButton( TQPainter* p ) if ( !m_flat ) flags |= TQStyle::Style_MouseOver; - style().tqdrawPrimitive( TQStyle::PE_ButtonTool, p, rect(), colorGroup(), flags ); + style().drawPrimitive( TQStyle::PE_ButtonTool, p, rect(), colorGroup(), flags ); drawButtonLabel( p ); } |