summaryrefslogtreecommitdiffstats
path: root/TraceScreen.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-05-30 13:47:28 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-05-30 13:47:28 +0000
commitc2cdcd0c1d2950291243b3a8645b5f061a0cdb2a (patch)
tree390297160c9caa342217d481406c68343785b5f9 /TraceScreen.h
parenta853faaa2d2d0321da0ff6f51be656fc40cf8663 (diff)
Rename ListBox to Panel, matching dit.
Diffstat (limited to 'TraceScreen.h')
-rw-r--r--TraceScreen.h4
1 files changed, 2 insertions, 2 deletions
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 <fcntl.h>
#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;

© 2014-2024 Faster IT GmbH | imprint | privacy policy