diff options
Diffstat (limited to 'include/widgets')
| -rw-r--r-- | include/widgets/CommandInput.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/widgets/CommandInput.hpp b/include/widgets/CommandInput.hpp index a6ca0ed..3ce9500 100644 --- a/include/widgets/CommandInput.hpp +++ b/include/widgets/CommandInput.hpp @@ -1,8 +1,9 @@ #pragma once #include <QBoxLayout> -#include <QKeyEvent> #include <QLineEdit> +#include <QWidget> +#include <QtCore> class CommandInput : public QWidget { Q_OBJECT |
