From a390040768072b4b2b931ec0bcdaaa55daae0b4c Mon Sep 17 00:00:00 2001 From: imm Date: Tue, 24 Sep 2002 23:49:15 +0000 Subject: pics dir changed --- (limited to 'noncore/games/wordgame/wordgame.cpp') diff --git a/noncore/games/wordgame/wordgame.cpp b/noncore/games/wordgame/wordgame.cpp index 16d37b3..d3160f4 100644 --- a/noncore/games/wordgame/wordgame.cpp +++ b/noncore/games/wordgame/wordgame.cpp @@ -127,7 +127,7 @@ WordGame::WordGame( QWidget* parent, const char* name, WFlags fl ) : tile_btweak = 0; } - setIcon( Resource::loadPixmap( "wordgame" ) ); + setIcon( Resource::loadPixmap( "wordgame/WordGame.png" ) ); setCaption( tr("Word Game") ); setToolBarsMovable( FALSE ); @@ -314,7 +314,7 @@ bool WordGame::loadRules(const QString &name) if ( re++ < 10 ) ts >> e; } - QImage shim = Resource::loadImage(shapepixmap); + QImage shim = Resource::loadImage("wordgame/wordgame_shapes.xpm"); shim = shim.smoothScale((re-1)*TileItem::smallWidth(),TileItem::smallHeight()); QPixmap bgshapes; bgshapes.convertFromImage(shim); -- cgit v0.9.0.2