SVN commit 773567 by mlaurent: setSize -> resize M +1 -1 fifteenPuzzle.cpp --- trunk/extragear/plasma/applets/fifteenPuzzle/src/fifteenPuzzle.cpp #773566:773567 @@ -28,7 +28,7 @@ setRemainSquare(true); board = new Fifteen(this); board->setRect(0, 0, 192, 192); // 48 * 4 = 192 - setSize(board->boundingRect().size()); + resize(board->boundingRect().size()); } void FifteenPuzzle::init()