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/parashoot/helicopter.cpp') diff --git a/noncore/games/parashoot/helicopter.cpp b/noncore/games/parashoot/helicopter.cpp index 7d91cd1..42adc34 100644 --- a/noncore/games/parashoot/helicopter.cpp +++ b/noncore/games/parashoot/helicopter.cpp @@ -22,7 +22,7 @@ #include "man.h" #include "codes.h" -#include +#include static QList all; @@ -34,7 +34,7 @@ Helicopter::Helicopter(QCanvas* canvas) : all.append(this); hits = 0; QCanvasPixmapArray* helicopterarray = new QCanvasPixmapArray(); - QString h0 = Resource::findPixmap("parashoot/helicopter0001"); + QString h0 = Opie::Core::OResource::findPixmap("parashoot/helicopter0001"); h0.replace(QRegExp("0001"),"%1"); helicopterarray->readPixmaps(h0,4 ); -- cgit v0.9.0.2