From afb929e7fd04ecdfec2799a5cf9cf298d1af77c6 Mon Sep 17 00:00:00 2001 From: drw Date: Sat, 21 May 2005 20:11:55 +0000 Subject: Resource -> OResource --- (limited to 'noncore/games/zlines/ballpainter.cpp') diff --git a/noncore/games/zlines/ballpainter.cpp b/noncore/games/zlines/ballpainter.cpp index 622ec29..e7596c4 100644 --- a/noncore/games/zlines/ballpainter.cpp +++ b/noncore/games/zlines/ballpainter.cpp @@ -17,7 +17,7 @@ * * ***************************************************************************/ -#include +#include #include "ballpainter.h" //#include "shotcounter.h" @@ -59,7 +59,7 @@ QPixmap* BallPainter::pixmap( enum Pixmaps pix ) break; } - return new QPixmap(Resource::loadPixmap(name) ); + return new QPixmap(Opie::Core::OResource::loadPixmap(name) ); } void BallPainter::createPixmap() -- cgit v0.9.0.2