-rw-r--r-- | noncore/multimedia/opieplayer2/audiowidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/multimedia/opieplayer2/audiowidget.cpp b/noncore/multimedia/opieplayer2/audiowidget.cpp index 1fae689..689366e 100644 --- a/noncore/multimedia/opieplayer2/audiowidget.cpp +++ b/noncore/multimedia/opieplayer2/audiowidget.cpp | |||
@@ -413,7 +413,7 @@ void AudioWidget::closeEvent( QCloseEvent* ) { | |||
413 | } | 413 | } |
414 | 414 | ||
415 | 415 | ||
416 | void AudioWidget::paintEvent( QPaintEvent * ) { | 416 | void AudioWidget::paintEvent( QPaintEvent * pe) { |
417 | if ( !pe->erased() ) { | 417 | if ( !pe->erased() ) { |
418 | // Combine with background and double buffer | 418 | // Combine with background and double buffer |
419 | QPixmap pix( pe->rect().size() ); | 419 | QPixmap pix( pe->rect().size() ); |