From 61f99089288138989cf244d174882aa5088b738b Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 9 Mar 2025 19:47:50 +0530 Subject: Refactor directory structure --- spec/CommandInputSpec.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/CommandInputSpec.cpp') diff --git a/spec/CommandInputSpec.cpp b/spec/CommandInputSpec.cpp index 5636a63..e687f70 100644 --- a/spec/CommandInputSpec.cpp +++ b/spec/CommandInputSpec.cpp @@ -1,6 +1,6 @@ -#include "TestUtils.h" +#include "testUtils.h" -#include "CommandInput.hpp" +#include "widgets/CommandInput.hpp" class CommandInputSpec : public QObject { Q_OBJECT -- cgit v1.3.1