From c2cdcd0c1d2950291243b3a8645b5f061a0cdb2a Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 30 May 2006 13:47:28 +0000 Subject: Rename ListBox to Panel, matching dit. --- htop.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'htop.h') diff --git a/htop.h b/htop.h index e069678b..af2b46bc 100644 --- a/htop.h +++ b/htop.h @@ -11,7 +11,7 @@ in the source distribution for its full text. #include "ProcessList.h" #include "CRT.h" -#include "ListBox.h" +#include "Panel.h" #include "UsersTable.h" #include "SignalItem.h" #include "RichString.h" @@ -19,8 +19,8 @@ in the source distribution for its full text. #include "ScreenManager.h" #include "FunctionBar.h" #include "ListItem.h" -#include "CategoriesListBox.h" -#include "SignalsListBox.h" +#include "CategoriesPanel.h" +#include "SignalsPanel.h" #include "config.h" #include "debug.h" -- cgit v1.2.3