diff options
Diffstat (limited to 'src/k3bflatbutton.cpp')
-rw-r--r-- | src/k3bflatbutton.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/k3bflatbutton.cpp b/src/k3bflatbutton.cpp index 9200114..b30104e 100644 --- a/src/k3bflatbutton.cpp +++ b/src/k3bflatbutton.cpp @@ -154,11 +154,11 @@ void K3bFlatButton::drawContents( TQPainter* p ) // if( m_hover ) // p->fillRect( rect, m_foreColor ); -// else if( tqparentWidget() ) { +// else if( parentWidget() ) { // TQRect r( mapToParent( TQPoint(lineWidth(), lineWidth()) ), // mapToParent( TQPoint(width()-2*lineWidth(), height()-2*lineWidth() )) ); -// tqparentWidget()->tqrepaint( r ); +// parentWidget()->tqrepaint( r ); // } p->save(); |