diff --git a/chat/ChatOutputPane.h b/chat/ChatOutputPane.h index ff8fb92..1ed60d2 100644 --- a/chat/ChatOutputPane.h +++ b/chat/ChatOutputPane.h @@ -19,7 +19,7 @@ #pragma once -#include "chatview/ChatWidget.hpp" +#include "ChatView/ChatWidget.hpp" #include namespace QodeAssist::Chat { diff --git a/chat/NavigationPanel.cpp b/chat/NavigationPanel.cpp index d57eee7..ac520e3 100644 --- a/chat/NavigationPanel.cpp +++ b/chat/NavigationPanel.cpp @@ -19,7 +19,7 @@ #include "NavigationPanel.hpp" -#include "chatview/ChatWidget.hpp" +#include "ChatView/ChatWidget.hpp" namespace QodeAssist::Chat {