aboutsummaryrefslogtreecommitdiff
path: root/gui/KeysDialog.h
diff options
context:
space:
mode:
authorMax Horn2010-11-16 10:11:57 +0000
committerMax Horn2010-11-16 10:11:57 +0000
commit427dc1ae93fe9aafe97a2796b11db6ac940a97b1 (patch)
treeff4e8bea780e9d078c3066fee72640154ba35a74 /gui/KeysDialog.h
parentc734fc2b3eb327fd442e9a7a62beeec964f2830b (diff)
downloadscummvm-rg350-427dc1ae93fe9aafe97a2796b11db6ac940a97b1.tar.gz
scummvm-rg350-427dc1ae93fe9aafe97a2796b11db6ac940a97b1.tar.bz2
scummvm-rg350-427dc1ae93fe9aafe97a2796b11db6ac940a97b1.zip
GUI: Move major widgets to new directory gui/widgets
Also renamed the source/header files, now they are more closely aligned to how we rename most other source files svn-id: r54264
Diffstat (limited to 'gui/KeysDialog.h')
-rw-r--r--gui/KeysDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/KeysDialog.h b/gui/KeysDialog.h
index 7a9936a085..fcf8f818bd 100644
--- a/gui/KeysDialog.h
+++ b/gui/KeysDialog.h
@@ -28,7 +28,7 @@
#include "gui/GuiManager.h"
#include "gui/dialog.h"
-#include "gui/ListWidget.h"
+#include "gui/widgets/list.h"
#include "common/str.h"
#include "common/translation.h"