diff options
Diffstat (limited to 'gui/KeysDialog.h')
-rw-r--r-- | gui/KeysDialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/KeysDialog.h b/gui/KeysDialog.h index 7a9936a085..4626e0245a 100644 --- a/gui/KeysDialog.h +++ b/gui/KeysDialog.h @@ -26,9 +26,9 @@ #ifndef KEYSDIALOG_H #define KEYSDIALOG_H -#include "gui/GuiManager.h" +#include "gui/gui-manager.h" #include "gui/dialog.h" -#include "gui/ListWidget.h" +#include "gui/widgets/list.h" #include "common/str.h" #include "common/translation.h" |