aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/dialogs.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2006-03-09 02:54:02 +0000
committerEugene Sandulenko2006-03-09 02:54:02 +0000
commit51495fb199346508aad26e623d38d60778a0e104 (patch)
treedf0a1ac6fedd7ecf4e15b44b37fce237fe36d11c /engines/scumm/dialogs.cpp
parent86565fcca57454e91124410cfd6864ef1e202dc0 (diff)
downloadscummvm-rg350-51495fb199346508aad26e623d38d60778a0e104.tar.gz
scummvm-rg350-51495fb199346508aad26e623d38d60778a0e104.tar.bz2
scummvm-rg350-51495fb199346508aad26e623d38d60778a0e104.zip
Moved keys mapping dialog to new scheme. Made it generic. Fixed several
compilation errors associated with it. svn-id: r21151
Diffstat (limited to 'engines/scumm/dialogs.cpp')
-rw-r--r--engines/scumm/dialogs.cpp2
1 files changed, 1 insertions, 1 deletions
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;