From 82a7658f6ff0c82cdba2088b70bd2a05aeb85fd6 Mon Sep 17 00:00:00 2001 From: drw Date: Tue, 24 May 2005 21:00:44 +0000 Subject: Resource -> OResource --- (limited to 'noncore/multimedia/powerchord/fretboard.cpp') diff --git a/noncore/multimedia/powerchord/fretboard.cpp b/noncore/multimedia/powerchord/fretboard.cpp index bf78e4c..2e48f26 100644 --- a/noncore/multimedia/powerchord/fretboard.cpp +++ b/noncore/multimedia/powerchord/fretboard.cpp @@ -19,12 +19,10 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -//#include -//#include -//#include -#include -#include #include "fretboard.h" + +#include + #include void FretBoard::refresh(){ @@ -74,10 +72,10 @@ FretBoard::FretBoard(QWidget *parent, const char *name ) // setPalette( QPalette( QColor( 250, 250, 200) ) ); - stringtop_pix = Resource::loadPixmap( "powerchord/stringtop_s"); - string_pix = Resource::loadPixmap( "powerchord/string_s"); - finger_pix = Resource::loadPixmap( "powerchord/justfing_s"); - mute_pix = Resource::loadPixmap( "powerchord/muted_s"); + stringtop_pix = Opie::Core::OResource::loadPixmap( "powerchord/stringtop_s"); + string_pix = Opie::Core::OResource::loadPixmap( "powerchord/string_s"); + finger_pix = Opie::Core::OResource::loadPixmap( "powerchord/justfing_s"); + mute_pix = Opie::Core::OResource::loadPixmap( "powerchord/muted_s"); // box(FL_NO_BOX); -- cgit v0.9.0.2