From 51495fb199346508aad26e623d38d60778a0e104 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 9 Mar 2006 02:54:02 +0000 Subject: Moved keys mapping dialog to new scheme. Made it generic. Fixed several compilation errors associated with it. svn-id: r21151 --- engines/scumm/dialogs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm/dialogs.cpp') diff --git a/engines/scumm/dialogs.cpp b/engines/scumm/dialogs.cpp index 4d501340da..eb9daf7e7e 100644 --- a/engines/scumm/dialogs.cpp +++ b/engines/scumm/dialogs.cpp @@ -47,7 +47,7 @@ #endif #ifdef SMALL_SCREEN_DEVICE -#include "KeysDialog.h" +#include "gui/KeysDialog.h" #endif using GUI::CommandSender; -- cgit v1.2.3