From 4e658ceb8c4563f671db21e97f62576a5962321b Mon Sep 17 00:00:00 2001 From: SidneyCogdill Date: Tue, 12 Nov 2024 04:50:01 +0800 Subject: [PATCH] Update the include paths to the new name --- chat/ChatOutputPane.h | 2 +- chat/NavigationPanel.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {