From e97e6d869d0d3cb971a53f5a9ceacc1c93fcb3e0 Mon Sep 17 00:00:00 2001 From: harlekin Date: Sat, 03 Aug 2002 12:40:05 +0000 Subject: took the disturbing sound icon out --- (limited to 'noncore/multimedia/opieplayer2/lib.cpp') diff --git a/noncore/multimedia/opieplayer2/lib.cpp b/noncore/multimedia/opieplayer2/lib.cpp index 5ae6c21..eb57b67 100644 --- a/noncore/multimedia/opieplayer2/lib.cpp +++ b/noncore/multimedia/opieplayer2/lib.cpp @@ -75,7 +75,7 @@ Lib::Lib(XineVideoWidget* widget) { ::null_set_gui_height(m_videoOutput, m_wid->image()->height() ); ::null_set_mode( m_videoOutput, qt_screen->depth(), qt_screen->pixelType() ); m_bytes_per_pixel = ( qt_screen->depth() + 7 ) / 8; - QImage image = Resource::loadImage("SoundPlayer"); + QImage image = Resource::loadImage(""); image = image.smoothScale( m_wid->width(), m_wid->height() ); QImage* img = new QImage( image ); m_wid->setImage( img ); -- cgit v0.9.0.2