aboutsummaryrefslogtreecommitdiff
path: root/spec/CommandInputSpec.cpp
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-03-09 19:47:50 +0530
committerAkshay Nair <phenax5@gmail.com>2025-03-09 19:47:50 +0530
commit61f99089288138989cf244d174882aa5088b738b (patch)
treeea1202b098b92e85b16e670d1c3ea1b86fcaef58 /spec/CommandInputSpec.cpp
parent1e2302be2b47fbeb340db7482ed8476c829a7f66 (diff)
downloadnull-browser-61f99089288138989cf244d174882aa5088b738b.tar.gz
null-browser-61f99089288138989cf244d174882aa5088b738b.zip
Refactor directory structure
Diffstat (limited to '')
-rw-r--r--spec/CommandInputSpec.cpp4
1 files changed, 2 insertions, 2 deletions
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