summaryrefslogtreecommitdiff
path: root/noncore/games/snake/obstacle.cpp
Unidiff
Diffstat (limited to 'noncore/games/snake/obstacle.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/snake/obstacle.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/noncore/games/snake/obstacle.cpp b/noncore/games/snake/obstacle.cpp
index 4bdefa5..4639f5c 100644
--- a/noncore/games/snake/obstacle.cpp
+++ b/noncore/games/snake/obstacle.cpp
@@ -23,5 +23,3 @@
23 23
24#include <qpe/resource.h> 24#include <opie2/oresource.h>
25
26
27 25
@@ -35,3 +33,3 @@ void Obstacle::newObstacle(int y)
35{ 33{
36 QPixmap obstaclePix( Resource::findPixmap("snake/wall.png") ); 34 QPixmap obstaclePix( Opie::Core::OResource::findPixmap("snake/wall") );
37 35