--- qnetwalk/cell.cpp.orig 2008-03-30 17:29:12.000000000 +0800 +++ qnetwalk/cell.cpp 2010-11-07 17:12:33.000000000 +0700 @@ -19,7 +19,7 @@ Cell::PixmapMap Cell::shadowpixmap; Cell::PixmapMap Cell::connectedpixmap; Cell::PixmapMap Cell::disconnectedpixmap; -Cell::Cell * Cell::focusedCell = 0; +Cell * Cell::focusedCell = 0; void Cell::setGameOver(bool b) @@ -28,7 +28,7 @@ } -Cell::Cell * Cell::focused() +Cell * Cell::focused() { return focusedCell; }