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. --- TraceScreen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TraceScreen.h') diff --git a/TraceScreen.h b/TraceScreen.h index e26737c5..0fe9bff0 100644 --- a/TraceScreen.h +++ b/TraceScreen.h @@ -15,12 +15,12 @@ in the source distribution for its full text. #include #include "ProcessList.h" -#include "ListBox.h" +#include "Panel.h" #include "FunctionBar.h" typedef struct TraceScreen_ { Process* process; - ListBox* display; + Panel* display; FunctionBar* bar; bool tracing; } TraceScreen; -- cgit v1.2.3