diff --git a/tdefifteen/src/gameboard.cpp b/tdefifteen/src/gameboard.cpp index 7fb1c041..1cca80f4 100644 --- a/tdefifteen/src/gameboard.cpp +++ b/tdefifteen/src/gameboard.cpp @@ -59,7 +59,7 @@ GameBoard::GameBoard(TQWidget *parent, const char *name) tmr = new TQTimer(this); TQObject::connect(tmr, SIGNAL(timeout()), this, SLOT(moveItem())); - setEnabled(FALSE); + setEnabled(TRUE); origin = xpm; }