summaryrefslogtreecommitdiffstats
path: root/tdefifteen/src/gameboard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdefifteen/src/gameboard.cpp')
-rw-r--r--tdefifteen/src/gameboard.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}