From 201b114183454f3fb9114fed2caef4ac46587225 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Tue, 24 Oct 2023 21:42:19 -0400 Subject: refactor ChannelList -> ChannelListTree --- src/windows/mainwindow.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/windows/mainwindow.hpp') diff --git a/src/windows/mainwindow.hpp b/src/windows/mainwindow.hpp index 37c1b87..19222b8 100644 --- a/src/windows/mainwindow.hpp +++ b/src/windows/mainwindow.hpp @@ -1,5 +1,5 @@ #pragma once -#include "components/channellist/channellist.hpp" +#include "components/channellist/channellisttree.hpp" #include "components/chatwindow.hpp" #include "components/memberlist.hpp" #include "components/friendslist.hpp" @@ -39,7 +39,7 @@ public: void GoToTab(int idx); #endif - ChannelList *GetChannelList(); + ChannelListTree *GetChannelList(); ChatWindow *GetChatWindow(); MemberList *GetMemberList(); @@ -54,7 +54,7 @@ private: Gtk::Paned m_chan_content_paned; Gtk::Paned m_content_members_paned; - ChannelList m_channel_list; + ChannelListTree m_channel_list; ChatWindow m_chat; MemberList m_members; FriendsList m_friends; -- cgit v1.2.3