summaryrefslogtreecommitdiff
authorharlekin <harlekin>2003-03-24 18:09:38 (UTC)
committer harlekin <harlekin>2003-03-24 18:09:38 (UTC)
commitc23656023651523d37406b43fd031ace4e2de89f (patch) (unidiff)
treefd57e9985256064e57c3f93722ba8282f7e3be41
parent58f8a4fe595182abb4372ab4f990e39cf67ef08a (diff)
downloadopie-c23656023651523d37406b43fd031ace4e2de89f.zip
opie-c23656023651523d37406b43fd031ace4e2de89f.tar.gz
opie-c23656023651523d37406b43fd031ace4e2de89f.tar.bz2
pine icon now in go dir
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/go/gowidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/go/gowidget.cpp b/noncore/games/go/gowidget.cpp
index 8567b30..1d38c9f 100644
--- a/noncore/games/go/gowidget.cpp
+++ b/noncore/games/go/gowidget.cpp
@@ -124,13 +124,13 @@ GoWidget::GoWidget( QWidget *parent, const char* name) :
124 self = this; 124 self = this;
125 twoplayer = FALSE; 125 twoplayer = FALSE;
126 126
127 127
128 d = bx = by = 1; 128 d = bx = by = 1;
129 129
130 QPixmap pix = Resource::loadPixmap( "pine" ); 130 QPixmap pix = Resource::loadPixmap( "go/pine" );
131 goBrush = new QBrush( black, pix ); 131 goBrush = new QBrush( black, pix );
132 /* 132 /*
133 QString fn = Resource::findPixmap("Go-black"); 133 QString fn = Resource::findPixmap("Go-black");
134 blackStone = new QImage( fn ); 134 blackStone = new QImage( fn );
135 fn = Resource::findPixmap("Go-black-highlight"); 135 fn = Resource::findPixmap("Go-black-highlight");
136 newBlackStone = new QImage( fn ); 136 newBlackStone = new QImage( fn );