diff options
Diffstat (limited to 'libk3b/tools/k3bbusywidget.cpp')
-rw-r--r-- | libk3b/tools/k3bbusywidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/tools/k3bbusywidget.cpp b/libk3b/tools/k3bbusywidget.cpp index 34615e3..929e1f1 100644 --- a/libk3b/tools/k3bbusywidget.cpp +++ b/libk3b/tools/k3bbusywidget.cpp @@ -96,7 +96,7 @@ void K3bBusyWidget::drawContents( TQPainter* p ) // p->eraseRect( rect ); if( m_bBusy ) - p->fillRect( pos, (rect.height() - squareSize)/2, squareSize, squareSize, KGlobalSettings::highlightColor() ); + p->fillRect( pos, (rect.height() - squareSize)/2, squareSize, squareSize, TDEGlobalSettings::highlightColor() ); } |