summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/multimedia/opieplayer/audiowidget.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/multimedia/opieplayer/audiowidget.cpp b/core/multimedia/opieplayer/audiowidget.cpp
index aa48961..ac8c935 100644
--- a/core/multimedia/opieplayer/audiowidget.cpp
+++ b/core/multimedia/opieplayer/audiowidget.cpp
@@ -303,19 +303,16 @@ void AudioWidget::closeEvent( QCloseEvent* ) {
303 303
304 304
305void AudioWidget::paintEvent( QPaintEvent * ) { 305void AudioWidget::paintEvent( QPaintEvent * ) {
306 QPainter p( this ); 306 QPainter p( this );
307 for ( int i = 0; i < numButtons; i++ ) 307 for ( int i = 0; i < numButtons; i++ )
308 paintButton( &p, i ); 308 paintButton( &p, i );
309} 309}
310 310
311void AudioWidget::showMe() {
312 show();
313}
314void AudioWidget::keyReleaseEvent( QKeyEvent *e) 311void AudioWidget::keyReleaseEvent( QKeyEvent *e)
315{ 312{
316 switch ( e->key() ) { 313 switch ( e->key() ) {
317////////////////////////////// Zaurus keys 314////////////////////////////// Zaurus keys
318 case Key_Home: 315 case Key_Home:
319 break; 316 break;
320 case Key_F9: //activity 317 case Key_F9: //activity
321 hide(); 318 hide();